From 6ede6352edf5c83e963e827d0de6ce92f48d9442 Mon Sep 17 00:00:00 2001 From: Jacques Beuarain Date: Sat, 25 Nov 2006 23:42:11 +0000 Subject: [PATCH] CMake: Quicktime library was not linked on Unix platforms because it was missing from sorted static library lists. --- blenderplayer/CMakeLists.txt | 1 + source/creator/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) 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}) 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})