Commit: 70273114a1509606f8c6379e946435caf3a21941 Author: Campbell Barton Date: Fri Dec 18 02:46:08 2015 +1100 Branches: master https://developer.blender.org/rB70273114a1509606f8c6379e946435caf3a21941
Cleanup: quiet warning =================================================================== M source/gameengine/VideoTexture/VideoFFmpeg.cpp =================================================================== diff --git a/source/gameengine/VideoTexture/VideoFFmpeg.cpp b/source/gameengine/VideoTexture/VideoFFmpeg.cpp index 3bf11fb..41ace25 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> _______________________________________________ Bf-blender-cvs mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-blender-cvs
