]> git.sesse.net Git - vlc/commitdiff
vdpau: make version requirements more explicit (fixes #14070)
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 3 Mar 2015 21:24:55 +0000 (23:24 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 3 Mar 2015 21:24:55 +0000 (23:24 +0200)
configure.ac

index edd67d1b318bf8b5d03b7f4a58be1675a79d8b16..27197ff9e1d705ab874df22603af45b3f16eb1d1 100644 (file)
@@ -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.])
     ])
   ])
 ])