vlc-2.1.5-ffmpeg-2.4.patch 661 B

12345678910111213141516
  1. diff --git a/configure.ac b/configure.ac
  2. index a684338..053713a 100644
  3. --- a/configure.ac
  4. +++ b/configure.ac
  5. @@ -2242,8 +2242,8 @@ AC_ARG_ENABLE(avcodec,
  6. [ --enable-avcodec libavcodec codec (default enabled)])
  7. AS_IF([test "${enable_avcodec}" != "no"], [
  8. PKG_CHECK_MODULES(AVCODEC,[libavcodec >= 53.34.0 libavutil >= 51.22.0], [
  9. - PKG_CHECK_EXISTS([libavcodec < 56],, [
  10. - AC_MSG_ERROR([libavcodec versions 56 and later are not supported yet.])
  11. + PKG_CHECK_EXISTS([libavcodec < 57],, [
  12. + AC_MSG_ERROR([libavcodec versions 57 and later are not supported yet.])
  13. ])
  14. VLC_SAVE_FLAGS
  15. CPPFLAGS="${CPPFLAGS} ${AVCODEC_CFLAGS}"