[Mplayer-cvslog] CVS: main/libvo vo_x11.c,1.128,1.129

Alex Beregszaszi alex at mplayerhq.hu
Fri May 23 22:35:59 CEST 2003


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv13293

Modified Files:
	vo_x11.c 
Log Message:
that works correctly

Index: vo_x11.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_x11.c,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- vo_x11.c	27 Mar 2003 16:04:30 -0000	1.128
+++ vo_x11.c	23 May 2003 20:35:56 -0000	1.129
@@ -419,10 +419,6 @@
     mp_msg(MSGT_VO,MSGL_ERR,"BGR%d not supported, please contact the developers\n", bpp);
     return -1;
   }
-  if(mode==MODE_RGB && bpp==32){
-    mp_msg(MSGT_VO,MSGL_ERR,"RGB32 not supported on big-endian systems, please contact the developers\n");
-    return -1;
-  }
 #else
   if(mode==MODE_BGR){
     mp_msg(MSGT_VO,MSGL_ERR,"BGR not supported, please contact the developers\n");



More information about the MPlayer-cvslog mailing list