summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-18 09:17:15 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-18 09:17:15 +0000
commita2bfb53d16c0e95b25a7a1e883d187afd5ffb3ed (patch)
tree1859a2e21de8c78816bf6607519895071db6bfce
parenta186cc55236117005c93d6c9f695e317e78eab26 (diff)
downloadmpv-a2bfb53d16c0e95b25a7a1e883d187afd5ffb3ed.tar.bz2
mpv-a2bfb53d16c0e95b25a7a1e883d187afd5ffb3ed.tar.xz
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
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 61a479101e..658db9770b 100755
--- a/configure
+++ b/configure
@@ -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