From a2bfb53d16c0e95b25a7a1e883d187afd5ffb3ed Mon Sep 17 00:00:00 2001 From: cehoyos Date: Wed, 18 Mar 2009 09:17:15 +0000 Subject: [PATCH] Older versions of will fail during compilation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28989 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 < -int main(void) {return 0;} +int main(void) {return VDP_VIDEO_MIXER_ATTRIBUTE_SKIP_CHROMA_DEINTERLACE;} EOF cc_check && _vdpau=yes fi