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-06-09 12:33:22 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-06-09 12:33:22 +0400
commitc023cd20fc5d6c03b389a197fdb2c081155e4a3e (patch)
tree8190a36020b4fb44a557bb86f5117387c48f9948 /source/blender/editors/render/CMakeLists.txt
parenteb081dd9918a2047c2beab1daecda42bb482ebe7 (diff)
attempt to fix problem with quicktime on MSVC
Diffstat (limited to 'source/blender/editors/render/CMakeLists.txt')
-rw-r--r--source/blender/editors/render/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/render/CMakeLists.txt b/source/blender/editors/render/CMakeLists.txt
index 47c286f1744..2ecdc14a497 100644
--- a/source/blender/editors/render/CMakeLists.txt
+++ b/source/blender/editors/render/CMakeLists.txt
@@ -39,7 +39,7 @@ SET(INC
)
IF(WITH_QUICKTIME)
- SET(INC ${INC} ../quicktime ${QUICKTIME_INC})
+ SET(INC ${INC} ../../quicktime ${QUICKTIME_INC})
ADD_DEFINITIONS(-DWITH_QUICKTIME)
ENDIF(WITH_QUICKTIME)