Skip to content

Commit b578f8b

Browse files
author
Rémi Denis-Courmont
committed
configure: fix missing $av_vdpau_ver
1 parent 803e5eb commit b578f8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

configure.ac

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3109,6 +3109,10 @@ AM_CONDITIONAL([HAVE_VDPAU], [test "${have_vdpau}" = "yes"])
31093109

31103110
have_avcodec_vdpau="no"
31113111
AS_IF([test "${have_vdpau}" = "yes" -a "${have_avcodec}" = "yes"], [
3112+
case "${avfork}" in
3113+
libav) av_vdpau_ver="55.26.0" ;;
3114+
ffmpeg) av_vdpau_ver="55.42.100" ;;
3115+
esac
31123116
PKG_CHECK_EXISTS([libavutil >= 52.4.0 libavcodec >= ${av_vdpau_ver}], [
31133117
have_avcodec_vdpau="yes"
31143118
AC_MSG_NOTICE([VDPAU decoding acceleration activated])

0 commit comments

Comments
 (0)