summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-04 15:30:13 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-04 15:30:13 +0000
commita10b3f08bffd9d71d34abccbb3966b5113976c8c (patch)
tree558e8168c0062c96c2961bb6089c65a3c317eef7 /configure
parentb6712cc6c214088be7abd3ed14b1897abc3054f2 (diff)
downloadmpv-a10b3f08bffd9d71d34abccbb3966b5113976c8c.tar.bz2
mpv-a10b3f08bffd9d71d34abccbb3966b5113976c8c.tar.xz
Add new VDPAU feature high-quality-scaling (and require newer library).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29823 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index fcda8df9b2..48840c9e27 100755
--- a/configure
+++ b/configure
@@ -4339,7 +4339,7 @@ if test "$_vdpau" = auto ; then
if test "$_dl" = yes ; then
cat > $TMPC <<EOF
#include <vdpau/vdpau_x11.h>
-int main(void) {return VDP_VIDEO_MIXER_ATTRIBUTE_SKIP_CHROMA_DEINTERLACE;}
+int main(void) {return VDP_VIDEO_MIXER_FEATURE_HIGH_QUALITY_SCALING_L1;}
EOF
cc_check && _vdpau=yes
fi