mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-25 02:52:30 +00:00
# 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