summaryrefslogtreecommitdiffstats
path: root/games/alephone/r5013.diff
diff options
context:
space:
mode:
Diffstat (limited to 'games/alephone/r5013.diff')
-rw-r--r--games/alephone/r5013.diff14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/alephone/r5013.diff b/games/alephone/r5013.diff
new file mode 100644
index 0000000000..48f621d852
--- /dev/null
+++ b/games/alephone/r5013.diff
@@ -0,0 +1,14 @@
+Index: Source_Files/Sound/FFmpegDecoder.cpp
+===================================================================
+--- Source_Files/Sound/FFmpegDecoder.cpp (revision 5012)
++++ Source_Files/Sound/FFmpegDecoder.cpp (revision 5013)
+@@ -21,6 +21,9 @@
+
+ */
+
++// make FFmpeg happy
++#define __STDC_CONSTANT_MACROS
++
+ #include "FFmpegDecoder.h"
+
+ #ifdef HAVE_FFMPEG