[vlc-commits] configure: clean unneeded check, avcodec requirement is bumped higher

Ilkka Ollakka git at videolan.org
Wed Sep 7 11:16:44 CEST 2016


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Sun Sep  4 14:10:24 2016 +0300| [6ea3cdf9647ec2f3a0ffab2b685ce6103435e937] | committer: Ilkka Ollakka

configure: clean unneeded check, avcodec requirement is bumped higher

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6ea3cdf9647ec2f3a0ffab2b685ce6103435e937
---

 configure.ac | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/configure.ac b/configure.ac
index 8a02c42..b68e01f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2374,15 +2374,6 @@ AM_CONDITIONAL([HAVE_VAAPI_X11], [test "${have_vaapi_x11}" = "yes"])
 
 have_avcodec_vaapi="no"
 AS_IF([test "${have_vaapi}" = "yes" -a "${have_avcodec}" = "yes"], [
-  case "${avfork}" in
-    ffmpeg)
-      PKG_CHECK_EXISTS([libavcodec >= 57.10.100], [
-        PKG_CHECK_EXISTS([libavcodec <= 57.12.100], [
-          AC_MSG_ERROR([VA API requires FFmpeg libavcodec < 57.10 or > 57.12 or libav.])
-        ])
-      ])
-      ;;
-  esac
   VLC_SAVE_FLAGS
   CPPFLAGS="${CPPFLAGS} ${AVCODEC_CFLAGS}"
   CFLAGS="${CFLAGS} ${AVCODEC_CFLAGS}"



More information about the vlc-commits mailing list