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:
authorPeter Schlaile <peter@schlaile.de>2006-06-25 22:25:36 +0400
committerPeter Schlaile <peter@schlaile.de>2006-06-25 22:25:36 +0400
commit3f34e2a180807dc307cb93b7ba0c4be632847e8a (patch)
tree986ec5200479d85e1d648f6375f0628780ae7069 /extern/Makefile
parentf1bd7928bafa730b222ba88eca6bf3617ee1c1eb (diff)
== FFMPEG ==
Added extern/ffmpeg. Gets only build on WITH_FFMPEG=true and NAN_FFMPEG = LCGDIR/ffmpeg.
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