[vlc-commits] configure: drop old development-only libavcodec versions for VDPAU

Rémi Denis-Courmont git at videolan.org
Thu Feb 27 17:34:24 CET 2014


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Feb 27 18:33:06 2014 +0200| [cc5dc79ae8ea9613dabf596511772c3711db5266] | committer: Rémi Denis-Courmont

configure: drop old development-only libavcodec versions for VDPAU

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

 configure.ac |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 8163b2f..e4be0bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3055,14 +3055,14 @@ AM_CONDITIONAL([HAVE_VDPAU], [test "${have_vdpau}" = "yes"])
 
 have_avcodec_vdpau="no"
 AS_IF([test "${have_vdpau}" = "yes" -a "${have_avcodec}" = "yes"], [
-  PKG_CHECK_EXISTS([libavutil >= 0.52.4 libavcodec >= 54.36.0], [
+  PKG_CHECK_EXISTS([libavutil >= 0.52.4 libavcodec >= 55.26.0], [
     have_avcodec_vdpau="yes"
     AC_MSG_NOTICE([VDPAU decoding acceleration activated])
   ], [
     AS_IF([test -n "${enable_vdpau}"], [
-      AC_MSG_ERROR([libavutil >= 0.52.4 and libavcodec >= 54.36.0 are required for VDPAU decoding.])
+      AC_MSG_ERROR([libavutil >= 0.52.4 and libavcodec >= 55.26.0 are required for VDPAU decoding.])
     ], [
-      AC_MSG_WARN([libavutil >= 0.52.4 and libavcodec >= 54.36.0 are required for VDPAU decoding.])
+      AC_MSG_WARN([libavutil >= 0.52.4 and libavcodec >= 55.26.0 are required for VDPAU decoding.])
     ])
   ])
 ])



More information about the vlc-commits mailing list