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:
cehoyos 2009-03-18 09:17:15 +00:00
parent a186cc5523
commit a2bfb53d16
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -4312,7 +4312,7 @@ if test "$_vdpau" = auto ; then
if test "$_dl" = yes ; then
cat > $TMPC <<EOF
#include <vdpau/vdpau_x11.h>
int main(void) {return 0;}
int main(void) {return VDP_VIDEO_MIXER_ATTRIBUTE_SKIP_CHROMA_DEINTERLACE;}
EOF
cc_check && _vdpau=yes
fi