# HG changeset patch # User alex # Date 1053722156 0 # Node ID 69bb88bc869b2893bcf32623ee01dd9543d631f9 # Parent 650ea9eaed42a21235dc3fd9ad5fdf25cbea4d4d that works correctly diff -r 650ea9eaed42 -r 69bb88bc869b libvo/vo_x11.c --- a/libvo/vo_x11.c Fri May 23 20:32:28 2003 +0000 +++ b/libvo/vo_x11.c Fri May 23 20:35:56 2003 +0000 @@ -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");