Hrm...parse error from previous commit

This commit is contained in:
Antony Riakiotakis
2012-04-14 22:21:50 +00:00
parent f725a3d6c4
commit 9e68c3cb3f

View File

@@ -199,7 +199,7 @@ if(MINGW)
else() else()
set(PLATFORM_DEFAULT OFF) set(PLATFORM_DEFAULT OFF)
endif() 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) unset(PLATFORM_DEFAULT)
option(WITH_CODEC_SNDFILE "Enable libsndfile Support (http://www.mega-nerd.com/libsndfile)" OFF) option(WITH_CODEC_SNDFILE "Enable libsndfile Support (http://www.mega-nerd.com/libsndfile)" OFF)