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:
authorJacques Beuarain <jacques.beaurain@gmail.com>2006-11-26 02:42:11 +0300
committerJacques Beuarain <jacques.beaurain@gmail.com>2006-11-26 02:42:11 +0300
commit6ede6352edf5c83e963e827d0de6ce92f48d9442 (patch)
treecd5eea086da1050045e74a4e938ad235887a969f /source/creator
parent34f592af85217ac76bc055ad3e02002a615b958d (diff)
CMake: Quicktime library was not linked on Unix platforms because it was missing from sorted static library lists.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 7540154595f..887e664a940 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -123,6 +123,7 @@ IF(UNIX)
extern_qhull
bf_moto
blender_python
+ bf_quicktime
)
FOREACH(SORTLIB ${BLENDER_SORTED_LIBS})