== FFMPEG ==
Added extern/ffmpeg. Gets only build on WITH_FFMPEG=true and NAN_FFMPEG = LCGDIR/ffmpeg.
This commit is contained in:
6
extern/Makefile
vendored
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
|
||||
|
||||
Reference in New Issue
Block a user