From 42d6603caeb18e36b723f38e83f6e8fff3a6cd8c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 30 Nov 2010 18:52:39 +0000 Subject: Add option for CMake to build libredcode, also use CODEC prefix for ffmpeg, quicktime & sndfile options. --- source/blender/blenpluginapi/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenpluginapi') diff --git a/source/blender/blenpluginapi/CMakeLists.txt b/source/blender/blenpluginapi/CMakeLists.txt index d9b15cf8ec1..0e2e8526747 100644 --- a/source/blender/blenpluginapi/CMakeLists.txt +++ b/source/blender/blenpluginapi/CMakeLists.txt @@ -44,9 +44,9 @@ SET(SRC util.h ) -IF(WITH_QUICKTIME) +IF(WITH_CODEC_QUICKTIME) LIST(APPEND INC ${QUICKTIME_INC}) ADD_DEFINITIONS(-DWITH_QUICKTIME) -ENDIF(WITH_QUICKTIME) +ENDIF(WITH_CODEC_QUICKTIME) BLENDERLIB(bf_blenpluginapi "${SRC}" "${INC}") -- cgit v1.2.3