[Mplayer-cvslog] CVS: main configure,1.926,1.927

Sascha Sommer CVS syncmail at mplayerhq.hu
Sat Oct 30 10:17:51 CEST 2004


CVS change done by Sascha Sommer CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv3388

Modified Files:
	configure 
Log Message:
fix XVideo misdetection on OSF/1, patch by Gabucino <gabucino at mplayerhq.hu>

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.926
retrieving revision 1.927
diff -u -r1.926 -r1.927
--- configure	28 Oct 2004 23:25:17 -0000	1.926
+++ configure	30 Oct 2004 08:17:48 -0000	1.927
@@ -3394,7 +3394,10 @@
   cat > $TMPC <<EOF
 #include <X11/Xlib.h>
 #include <X11/extensions/Xvlib.h>
-int main(void) { (void) XvGetPortAttribute(0, 0, 0, 0); return 0; }
+int main(void) {
+  (void) XvGetPortAttribute(0, 0, 0, 0);
+  (void) XvQueryPortAttributes(0, 0, 0);
+  return 0; }
 EOF
   _xv=no
   cc_check $_inc_x11 -lXv $_ld_x11 && _xv=yes




More information about the MPlayer-cvslog mailing list