[vlc-devel] [PATCH 5/9] configure: clean unneeded check, avcodec requirement is bumped higher
ileoo at videolan.org
ileoo at videolan.org
Sun Sep 4 14:34:05 CEST 2016
From: Ilkka Ollakka <ileoo at videolan.org>
---
configure.ac | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/configure.ac b/configure.ac
index f92bbc4..3e003e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2383,15 +2383,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}"
--
2.6.6
More information about the vlc-devel
mailing list