Mercurial > mplayer.hg
changeset 10176:69bb88bc869b
that works correctly
author | alex |
---|---|
date | Fri, 23 May 2003 20:35:56 +0000 |
parents | 650ea9eaed42 |
children | 9cee07f898f7 |
files | libvo/vo_x11.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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");