VideoTexture: comment was misplaced after previous commit.

This commit is contained in:
Benoit Bolsee 2008-11-06 23:52:47 +00:00
parent 7b15e8cd64
commit 5567f3dded

@ -20,9 +20,9 @@ http://www.gnu.org/copyleft/lesser.txt.
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
*/ */
// INT64_C fix for some linux machines (C99ism)
#ifdef WITH_FFMPEG #ifdef WITH_FFMPEG
// INT64_C fix for some linux machines (C99ism)
#define __STDC_CONSTANT_MACROS #define __STDC_CONSTANT_MACROS
#include <stdint.h> #include <stdint.h>