mirror of
https://github.com/mpv-player/mpv
synced 2025-01-24 19:37:30 +01:00
Older versions of <vdpau/vdpau.h> will fail during compilation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28989 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a186cc5523
commit
a2bfb53d16
2
configure
vendored
2
configure
vendored
@ -4312,7 +4312,7 @@ if test "$_vdpau" = auto ; then
|
|||||||
if test "$_dl" = yes ; then
|
if test "$_dl" = yes ; then
|
||||||
cat > $TMPC <<EOF
|
cat > $TMPC <<EOF
|
||||||
#include <vdpau/vdpau_x11.h>
|
#include <vdpau/vdpau_x11.h>
|
||||||
int main(void) {return 0;}
|
int main(void) {return VDP_VIDEO_MIXER_ATTRIBUTE_SKIP_CHROMA_DEINTERLACE;}
|
||||||
EOF
|
EOF
|
||||||
cc_check && _vdpau=yes
|
cc_check && _vdpau=yes
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user