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>2015-12-17 18:46:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-12-17 18:46:08 +0300
commit70273114a1509606f8c6379e946435caf3a21941 (patch)
tree055ebb330a49fd9f1bee49b904659fe638457c7b /source/gameengine/VideoTexture/VideoFFmpeg.cpp
parent1554a4c2a07bf230d3250a5e76666dcab44761a1 (diff)
Cleanup: quiet warning
Diffstat (limited to 'source/gameengine/VideoTexture/VideoFFmpeg.cpp')
-rw-r--r--source/gameengine/VideoTexture/VideoFFmpeg.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/gameengine/VideoTexture/VideoFFmpeg.cpp b/source/gameengine/VideoTexture/VideoFFmpeg.cpp
index 3bf11fbdfd6..41ace25b19e 100644
--- a/source/gameengine/VideoTexture/VideoFFmpeg.cpp
+++ b/source/gameengine/VideoTexture/VideoFFmpeg.cpp
@@ -34,7 +34,10 @@
// INT64_C fix for some linux machines (C99ism)
#ifndef __STDC_CONSTANT_MACROS
#define __STDC_CONSTANT_MACROS
+#ifdef __STDC_CONSTANT_MACROS /* quiet warning */
#endif
+#endif
+
#include <stdint.h>