== FFMPEG ==

Added extern/ffmpeg.
Gets only build on WITH_FFMPEG=true and NAN_FFMPEG = LCGDIR/ffmpeg.
This commit is contained in:
Peter Schlaile 2006-06-25 18:25:36 +00:00
parent f1bd7928ba
commit 3f34e2a180

6
extern/Makefile vendored

@ -40,6 +40,12 @@ ifeq ($(WITH_FREETYPE2), true)
DIRS += bFTGL/src
endif
ifeq ($(WITH_FFMPEG), true)
ifeq ($(NAN_FFMPEG), $(LCGDIR)/ffmpeg)
DIRS += ffmpeg
endif
endif
ifneq ($(NAN_NO_KETSJI), true)
DIRS += qhull/src solid bullet
endif