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-22 18:33:40 +0400
committerAntony Riakiotakis <kalast@gmail.com>2012-04-22 18:33:40 +0400
commitff06260ea1db70cd8f6e0247d9105bf1b12f891f (patch)
treec18b6e07f19a990c82a3b92fc9fe5997e9c7a971 /CMakeLists.txt
parent5c891386842037910f5d522c7d3ffb1792b804db (diff)
Solve restriction of MinGW that users have to turn ffmpeg on for cmake.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 003176e7b96..a0935917c8a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -370,11 +370,6 @@ if(MINGW)
"because it is currently unsupported, remove this "
"line if youre a developer who wants to add support.")
endif()
-
- if((NOT WITH_CODEC_FFMPEG) AND (WITH_CYCLES OR WITH_IMAGE_OPENEXR OR WITH_IMAGE_TIFF))
- message(FATAL_ERROR "MINGW has a problem with: WITH_CYCLES/WITH_IMAGE_OPENEXR/WITH_IMAGE_TIFF "
- "when WITH_CODEC_FFMPEG is disabled, enable FFMPEG or disable CYCLES/EXR/TIFF.")
- endif()
endif()
TEST_SSE_SUPPORT(COMPILER_SSE_FLAG COMPILER_SSE2_FLAG)