[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mplayer-cvs
Subject:    [Mplayer-cvslog] CVS: main configure,1.926,1.927
From:       syncmail () mplayerhq ! hu (Sascha Sommer CVS)
Date:       2004-10-30 8:17:51
Message-ID: 20041030081751.3684D3BB83 () mail ! mplayerhq ! hu
[Download RAW message or body]

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic