comparison configure @ 28954:f4a3c2c39bdf

Older versions of <vdpau/vdpau.h> will fail during compilation.
author cehoyos
date Wed, 18 Mar 2009 09:17:15 +0000
parents b9eb28b3f74a
children bb6338d3a707
comparison
equal deleted inserted replaced
28953:1e56ea9937ce 28954:f4a3c2c39bdf
4310 if test "$_vdpau" = auto ; then 4310 if test "$_vdpau" = auto ; then
4311 _vdpau=no 4311 _vdpau=no
4312 if test "$_dl" = yes ; then 4312 if test "$_dl" = yes ; then
4313 cat > $TMPC <<EOF 4313 cat > $TMPC <<EOF
4314 #include <vdpau/vdpau_x11.h> 4314 #include <vdpau/vdpau_x11.h>
4315 int main(void) {return 0;} 4315 int main(void) {return VDP_VIDEO_MIXER_ATTRIBUTE_SKIP_CHROMA_DEINTERLACE;}
4316 EOF 4316 EOF
4317 cc_check && _vdpau=yes 4317 cc_check && _vdpau=yes
4318 fi 4318 fi
4319 fi 4319 fi
4320 if test "$_vdpau" = yes ; then 4320 if test "$_vdpau" = yes ; then