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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user