Support for ffmpeg for cygwin/gcc. Off by default, enable with

export WITH_FFMPEG=true
(and be sure to update lib/windows). Test, test, test.
This commit is contained in:
Chris Want 2006-02-06 06:34:36 +00:00
parent b8988d8c19
commit 462941aaf0

@ -89,6 +89,10 @@ endif
export NAN_SUPERLU ?= $(LCGDIR)/superlu
ifeq ($(FREE_WINDOWS), true)
export NAN_FTGL ?= $(LCGDIR)/gcc/ftgl
export NAN_FFMPEG ?= $(LCGDIR)/gcc/ffmpeg
export NAN_FFMPEGLIBS ?= -L$(NAN_FFMPEG)/lib -lavformat -lavutil -lavcodec
export NAN_FFMPEGCFLAGS ?= -I$(NAN_FFMPEG)/include
else
export NAN_FTGL ?= $(LCGDIR)/ftgl
endif