[MPlayer-cvslog] r28989 - trunk/configure

cehoyos subversion at mplayerhq.hu
Wed Mar 18 10:17:15 CET 2009


Author: cehoyos
Date: Wed Mar 18 10:17:15 2009
New Revision: 28989

Log:
Older versions of <vdpau/vdpau.h> will fail during compilation.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Wed Mar 18 09:06:08 2009	(r28988)
+++ trunk/configure	Wed Mar 18 10:17:15 2009	(r28989)
@@ -4312,7 +4312,7 @@ if test "$_vdpau" = auto ; then
   if test "$_dl" = yes ; then
     cat > $TMPC <<EOF
 #include <vdpau/vdpau_x11.h>
-int main(void) {return 0;}
+int main(void) {return VDP_VIDEO_MIXER_ATTRIBUTE_SKIP_CHROMA_DEINTERLACE;}
 EOF
     cc_check && _vdpau=yes
   fi



More information about the MPlayer-cvslog mailing list