[vlc-commits] configure: fix missing $av_vdpau_ver
Rémi Denis-Courmont
git at videolan.org
Fri Mar 18 19:41:32 CET 2016
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Mar 18 20:38:59 2016 +0200| [b578f8b725b435385d68a90a750fb91fc0c439ef] | committer: Rémi Denis-Courmont
configure: fix missing $av_vdpau_ver
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b578f8b725b435385d68a90a750fb91fc0c439ef
---
configure.ac | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/configure.ac b/configure.ac
index 26bb3ac..658ba82 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3109,6 +3109,10 @@ AM_CONDITIONAL([HAVE_VDPAU], [test "${have_vdpau}" = "yes"])
have_avcodec_vdpau="no"
AS_IF([test "${have_vdpau}" = "yes" -a "${have_avcodec}" = "yes"], [
+ case "${avfork}" in
+ libav) av_vdpau_ver="55.26.0" ;;
+ ffmpeg) av_vdpau_ver="55.42.100" ;;
+ esac
PKG_CHECK_EXISTS([libavutil >= 52.4.0 libavcodec >= ${av_vdpau_ver}], [
have_avcodec_vdpau="yes"
AC_MSG_NOTICE([VDPAU decoding acceleration activated])
More information about the vlc-commits
mailing list