1
0
forked from mirrors/0ad

# Linux fixes

Make sure INT64_C is defined (since FFmpeg wants it)

This was SVN commit r4992.
This commit is contained in:
Ykkrosh
2007-04-24 21:11:43 +00:00
parent ccf4425f75
commit 1cb5b79098
@@ -17,6 +17,13 @@ Please complain if I forget to do those things.
*/
#ifdef __GNUC__
// ugly hack to make recent versions of FFmpeg work
#define __STDC_CONSTANT_MACROS
#undef _STDINT_H
#include <stdint.h>
#endif
#include "FFmpeg.h"
#ifdef _MSC_VER