aboutsummaryrefslogtreecommitdiff
path: root/games/alephone/r5010.diff
diff options
context:
space:
mode:
authorDavid Spencer <baildon.research@googlemail.com>2015-05-27 10:58:53 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-06-20 11:55:24 +0700
commitd7cbc3b5cbadafef4a1469de1a8389e3621d6513 (patch)
treea2993e1e1fbaf476b46e79f07081591754a1334f /games/alephone/r5010.diff
parent7ec02b8f86f8be27c8191d134c8a8c83bcf1180d (diff)
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/r5010.diff')
-rw-r--r--games/alephone/r5010.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/alephone/r5010.diff b/games/alephone/r5010.diff
new file mode 100644
index 000000000000..ff010424faa8
--- /dev/null
+++ b/games/alephone/r5010.diff
@@ -0,0 +1,13 @@
+Index: configure.ac
+===================================================================
+--- configure.ac (revision 5009)
++++ configure.ac (revision 5010)
+@@ -195,7 +195,7 @@
+
+ if [[ "x$enable_ffmpeg" = "xyes" ]]; then
+ dnl Check for libavcodec
+-PKG_CHECK_MODULES([FFMPEG], [libavcodec >= 53.35.0 libavformat >= 53.21.0 libavutil >= 51.22.0 libswscale >= 2.1.0], [
++PKG_CHECK_MODULES([FFMPEG], [libavcodec >= 53.61.100 libavformat >= 53.32.100 libavutil >= 51.35.100 libswscale >= 2.1.100], [
+ CPPFLAGS="$FFMPEG_CFLAGS $CPPFLAGS"
+ LIBS="$FFMPEG_LIBS $LIBS"
+ AC_DEFINE(HAVE_FFMPEG, 1, [ffmpeg support enabled])