diff options
Diffstat (limited to 'games/alephone/r5010.diff')
-rw-r--r-- | games/alephone/r5010.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/alephone/r5010.diff b/games/alephone/r5010.diff new file mode 100644 index 0000000000..ff010424fa --- /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]) |