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:
authorAntony Riakiotakis <kalast@gmail.com>2012-04-15 02:21:50 +0400
committerAntony Riakiotakis <kalast@gmail.com>2012-04-15 02:21:50 +0400
commit9e68c3cb3f556af749f6a53e32086316c64b74d5 (patch)
tree530e81cf4fc42aaa4ee99a1eff85114b7c702961 /CMakeLists.txt
parentf725a3d6c45efa281a3586206ca7ee153eaaf851 (diff)
Hrm...parse error from previous commit
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b89ecdb014b..e56c5a920f2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -199,7 +199,7 @@ if(MINGW)
else()
set(PLATFORM_DEFAULT OFF)
endif()
-option(WITH_CODEC_FFMPEG "Enable FFMPeg Support (http://ffmpeg.org)" (PLATFORM_DEFAULT)
+option(WITH_CODEC_FFMPEG "Enable FFMPeg Support (http://ffmpeg.org)" PLATFORM_DEFAULT)
unset(PLATFORM_DEFAULT)
option(WITH_CODEC_SNDFILE "Enable libsndfile Support (http://www.mega-nerd.com/libsndfile)" OFF)