Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
ea660fce
Commit
ea660fce
authored
May 29, 2014
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vdpau: fix libavutil version number
parent
c5dcc5dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
configure.ac
configure.ac
+3
-3
No files found.
configure.ac
View file @
ea660fce
...
...
@@ -3156,14 +3156,14 @@ AS_IF([test "${have_vdpau}" = "yes" -a "${have_avcodec}" = "yes"], [
libav) av_vdpau_ver="55.26.0" ;;
ffmpeg) av_vdpau_ver="55.42.100" ;;
esac
PKG_CHECK_EXISTS([libavutil >=
0.
52.4 libavcodec >= ${av_vdpau_ver}], [
PKG_CHECK_EXISTS([libavutil >= 52.4
.0
libavcodec >= ${av_vdpau_ver}], [
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 >= 55.26.0 are required for VDPAU decoding.])
AC_MSG_ERROR([libavutil >= 52.4
.0
and libavcodec >= 55.26.0 are required for VDPAU decoding.])
], [
AC_MSG_WARN([libavutil >=
0.
52.4 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.])
])
])
])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment