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:
authorCampbell Barton <ideasman42@gmail.com>2011-04-18 11:11:40 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-04-18 11:11:40 +0400
commit75e1104d92002a79a5363d27f151c45574f93ecc (patch)
tree20d271107179f17e440488c62f80f87a43629035 /source/blenderplayer
parentea5baccbf8bfe737d6f5d4bd17faa2ff7ab9e8bd (diff)
cmake
- allow building blenderplayer with redcode. - when ffmpeg is enabled remove strict compiler errors for imbuf and blenkernel since its hard to avoid these warnings across ffmpeg versions.
Diffstat (limited to 'source/blenderplayer')
-rw-r--r--source/blenderplayer/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blenderplayer/CMakeLists.txt b/source/blenderplayer/CMakeLists.txt
index 5b7a08be2fd..1f796e86693 100644
--- a/source/blenderplayer/CMakeLists.txt
+++ b/source/blenderplayer/CMakeLists.txt
@@ -113,7 +113,8 @@ endif()
bf_blenlib
bf_imbuf_cineon
bf_imbuf_openexr
- extern_openjpeg
+ extern_openjpeg
+ extern_redcode
bf_imbuf_dds
bf_readblenfile
bf_dna