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 /blenderplayer/CMakeLists.txt
parent34f592af85217ac76bc055ad3e02002a615b958d (diff)
CMake: Quicktime library was not linked on Unix platforms because it was missing from sorted static library lists.
Diffstat (limited to 'blenderplayer/CMakeLists.txt')
-rw-r--r--blenderplayer/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/blenderplayer/CMakeLists.txt b/blenderplayer/CMakeLists.txt
index 936aaa12a1a..73f850b1953 100644
--- a/blenderplayer/CMakeLists.txt
+++ b/blenderplayer/CMakeLists.txt
@@ -94,6 +94,7 @@ IF(UNIX)
extern_ftgl
bf_readblenfile
blenkernel_blc
+ bf_quicktime
)
FOREACH(SORTLIB ${BLENDER_SORTED_LIBS})