diff configure @ 29781:508417d485d6

Add new VDPAU feature high-quality-scaling (and require newer library).
author cehoyos
date Wed, 04 Nov 2009 15:30:13 +0000
parents 39265f6b07ef
children a71d9cd6f01f
line wrap: on
line diff
--- a/configure	Wed Nov 04 00:58:11 2009 +0000
+++ b/configure	Wed Nov 04 15:30:13 2009 +0000
@@ -4339,7 +4339,7 @@
   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