diff options
author | David Spencer <baildon.research@googlemail.com> | 2015-05-27 10:58:53 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-20 11:55:24 +0700 |
commit | d7cbc3b5cbadafef4a1469de1a8389e3621d6513 (patch) | |
tree | a2993e1e1fbaf476b46e79f07081591754a1334f /games/alephone/r5013.diff | |
parent | 7ec02b8f86f8be27c8191d134c8a8c83bcf1180d (diff) | |
download | slackbuilds-d7cbc3b5cbadafef4a1469de1a8389e3621d6513.tar.gz |
games/alephone: Patched for ffmpeg-2.6.3.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/alephone/r5013.diff')
-rw-r--r-- | games/alephone/r5013.diff | 14 |
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 |