Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extern/Makefile')
-rw-r--r--extern/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/extern/Makefile b/extern/Makefile
index 6218f974aff..29a39ed55e8 100644
--- a/extern/Makefile
+++ b/extern/Makefile
@@ -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