vlc | branch: master | Ilkka Ollakka <[email protected]> | 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}"

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to