Was a missing -DWITH_FFMPEG here so I added it.

Kent
This commit is contained in:
Kent Mein 2007-07-09 16:17:33 +00:00
parent 1d1faacdff
commit 052a15d4b4

@ -45,6 +45,9 @@ endif
CFLAGS += $(LEVEL_1_C_WARNINGS)
ifeq ($(WITH_FFMPEG), true)
CPPFLAGS += -DWITH_FFMPEG
endif
CPPFLAGS += -I$(OPENGL_HEADERS)
CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include