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 'intern/ghost/CMakeLists.txt')
-rw-r--r--intern/ghost/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index a93f5e1a362..fa0a3eea393 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -105,9 +105,9 @@ IF(APPLE)
)
ENDIF(WITH_COCOA)
- IF(WITH_QUICKTIME)
+ IF(WITH_CODEC_QUICKTIME)
ADD_DEFINITIONS(-DWITH_QUICKTIME)
- ENDIF(WITH_QUICKTIME)
+ ENDIF(WITH_CODEC_QUICKTIME)
ELSEIF(UNIX)
LIST(APPEND INC ${X11_X11_INCLUDE_PATH})