summarylogtreecommitdiffstats
path: root/vlc-2.1.5-ffmpeg-2.4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vlc-2.1.5-ffmpeg-2.4.patch')
-rw-r--r--vlc-2.1.5-ffmpeg-2.4.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/vlc-2.1.5-ffmpeg-2.4.patch b/vlc-2.1.5-ffmpeg-2.4.patch
deleted file mode 100644
index 2bd0949ecf10..000000000000
--- a/vlc-2.1.5-ffmpeg-2.4.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index a684338..053713a 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -2242,8 +2242,8 @@ AC_ARG_ENABLE(avcodec,
- [ --enable-avcodec libavcodec codec (default enabled)])
- AS_IF([test "${enable_avcodec}" != "no"], [
- PKG_CHECK_MODULES(AVCODEC,[libavcodec >= 53.34.0 libavutil >= 51.22.0], [
-- PKG_CHECK_EXISTS([libavcodec < 56],, [
-- AC_MSG_ERROR([libavcodec versions 56 and later are not supported yet.])
-+ PKG_CHECK_EXISTS([libavcodec < 57],, [
-+ AC_MSG_ERROR([libavcodec versions 57 and later are not supported yet.])
- ])
- VLC_SAVE_FLAGS
- CPPFLAGS="${CPPFLAGS} ${AVCODEC_CFLAGS}"