Add option for CMake to build libredcode, also use CODEC prefix for ffmpeg, quicktime & sndfile options.

This commit is contained in:
2010-11-30 18:52:39 +00:00
parent c22dcbdd64
commit 42d6603cae
21 changed files with 164 additions and 100 deletions

View File

@@ -53,8 +53,8 @@ SET(SRC
ADD_DEFINITIONS(-DGLEW_STATIC)
IF(WITH_FFMPEG)
IF(WITH_CODEC_FFMPEG)
ADD_DEFINITIONS(-DWITH_FFMPEG)
ENDIF(WITH_FFMPEG)
ENDIF(WITH_CODEC_FFMPEG)
BLENDERLIB(ge_blen_routines "${SRC}" "${INC}")