[vlc-commits] vdpau: make version requirements more explicit (fixes #14070)

Rémi Denis-Courmont git at videolan.org
Tue Mar 3 22:25:14 CET 2015


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Mar  3 23:24:55 2015 +0200| [20051e61d4ed895443b9d80c3e45fb5f4042621b] | committer: Rémi Denis-Courmont

vdpau: make version requirements more explicit (fixes #14070)

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

 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index edd67d1..27197ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3036,9 +3036,9 @@ AS_IF([test "${have_vdpau}" = "yes" -a "${have_avcodec}" = "yes"], [
     AC_MSG_NOTICE([VDPAU decoding acceleration activated])
   ], [
     AS_IF([test -n "${enable_vdpau}"], [
-      AC_MSG_ERROR([libavutil >= 52.4.0 and libavcodec >= 55.26.0 are required for VDPAU decoding.])
+      AC_MSG_ERROR([libav libavutil >= 52.4.0 and libavcodec >= 55.26.0 are required for VDPAU decoding.])
     ], [
-      AC_MSG_WARN([libavutil >= 52.4.0 and libavcodec >= 55.26.0 are required for VDPAU decoding.])
+      AC_MSG_WARN([libav libavutil >= 52.4.0 and libavcodec >= 55.26.0 are required for VDPAU decoding.])
     ])
   ])
 ])



More information about the vlc-commits mailing list