- 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.
This commit is contained in:
Campbell Barton 2011-04-18 07:11:40 +00:00
parent ea5baccbf8
commit 75e1104d92
3 changed files with 12 additions and 1 deletions

@ -24,6 +24,11 @@
#
# ***** END GPL LICENSE BLOCK *****
if(WITH_CODEC_FFMPEG)
# FFMPEG gives warnigns which are hard to avoid across multiple versions.
remove_strict_flags()
endif()
set(INC
.
../avi

@ -24,6 +24,11 @@
#
# ***** END GPL LICENSE BLOCK *****
if(WITH_CODEC_FFMPEG)
# FFMPEG gives warnigns which are hard to avoid across multiple versions.
remove_strict_flags()
endif()
set(INC
.
../avi

@ -114,6 +114,7 @@ endif()
bf_imbuf_cineon
bf_imbuf_openexr
extern_openjpeg
extern_redcode
bf_imbuf_dds
bf_readblenfile
bf_dna