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:
authorBenoit Bolsee <benoit.bolsee@online.be>2008-11-01 14:15:13 +0300
committerBenoit Bolsee <benoit.bolsee@online.be>2008-11-01 14:15:13 +0300
commit48fb0edc7811a7018f4c78cc998eab3274f4e1e9 (patch)
treef83fadbd5f7ab81a86102a4cbc2ee7ffd73e58f6 /source/gameengine/VideoTexture/CMakeLists.txt
parenta8c4eef3265358d3d70c6c448fe4d1c4273defee (diff)
Fix Cmake for MSVC 32bit
Diffstat (limited to 'source/gameengine/VideoTexture/CMakeLists.txt')
-rw-r--r--source/gameengine/VideoTexture/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/gameengine/VideoTexture/CMakeLists.txt b/source/gameengine/VideoTexture/CMakeLists.txt
index fbae66e0ef4..1674602edd7 100644
--- a/source/gameengine/VideoTexture/CMakeLists.txt
+++ b/source/gameengine/VideoTexture/CMakeLists.txt
@@ -54,6 +54,7 @@ SET(INC
IF(WITH_FFMPEG)
SET(INC ${INC} ${FFMPEG_INC})
ADD_DEFINITIONS(-DWITH_FFMPEG)
+ ADD_DEFINITIONS(-D__STDC_CONSTANT_MACROS)
ENDIF(WITH_FFMPEG)
BLENDERLIB(bf_videotex "${SRC}" "${INC}")