comparison 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
comparison
equal deleted inserted replaced
29780:816c1f02ebfe 29781:508417d485d6
4337 if test "$_vdpau" = auto ; then 4337 if test "$_vdpau" = auto ; then
4338 _vdpau=no 4338 _vdpau=no
4339 if test "$_dl" = yes ; then 4339 if test "$_dl" = yes ; then
4340 cat > $TMPC <<EOF 4340 cat > $TMPC <<EOF
4341 #include <vdpau/vdpau_x11.h> 4341 #include <vdpau/vdpau_x11.h>
4342 int main(void) {return VDP_VIDEO_MIXER_ATTRIBUTE_SKIP_CHROMA_DEINTERLACE;} 4342 int main(void) {return VDP_VIDEO_MIXER_FEATURE_HIGH_QUALITY_SCALING_L1;}
4343 EOF 4343 EOF
4344 cc_check && _vdpau=yes 4344 cc_check && _vdpau=yes
4345 fi 4345 fi
4346 fi 4346 fi
4347 if test "$_vdpau" = yes ; then 4347 if test "$_vdpau" = yes ; then