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:
authorCampbell Barton <ideasman42@gmail.com>2010-11-30 21:52:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-11-30 21:52:39 +0300
commit42d6603caeb18e36b723f38e83f6e8fff3a6cd8c (patch)
treecd8838d9271d9013f30f20d8d5a12bb3c8a010ab /source/blender/CMakeLists.txt
parentc22dcbdd646ca3fd5c4441f7491f54a64e6caacc (diff)
Add option for CMake to build libredcode, also use CODEC prefix for ffmpeg, quicktime & sndfile options.
Diffstat (limited to 'source/blender/CMakeLists.txt')
-rw-r--r--source/blender/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/CMakeLists.txt b/source/blender/CMakeLists.txt
index 7f4ed753956..470f395353c 100644
--- a/source/blender/CMakeLists.txt
+++ b/source/blender/CMakeLists.txt
@@ -54,9 +54,9 @@ IF(WITH_IMAGE_CINEON)
ADD_SUBDIRECTORY(imbuf/intern/cineon)
ENDIF(WITH_IMAGE_CINEON)
-IF(WITH_QUICKTIME)
+IF(WITH_CODEC_QUICKTIME)
ADD_SUBDIRECTORY(quicktime)
-ENDIF(WITH_QUICKTIME)
+ENDIF(WITH_CODEC_QUICKTIME)
IF(WITH_PYTHON)
ADD_SUBDIRECTORY(python)