summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-23 20:35:56 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-23 20:35:56 +0000
commit5b6efa44b24a8ac38d1fa80bb934db3e285751be (patch)
treec8b0f9fc300c6a4845a535f128ec2dc523d411c6 /libvo
parentd91931ae2a1c079d65e424034ef5c42fbf073015 (diff)
downloadmpv-5b6efa44b24a8ac38d1fa80bb934db3e285751be.tar.bz2
mpv-5b6efa44b24a8ac38d1fa80bb934db3e285751be.tar.xz
that works correctly
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10177 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_x11.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libvo/vo_x11.c b/libvo/vo_x11.c
index 8953b73646..3768d2b6fb 100644
--- a/libvo/vo_x11.c
+++ b/libvo/vo_x11.c
@@ -419,10 +419,6 @@ static uint32_t config( uint32_t width,uint32_t height,uint32_t d_width,uint32_t
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");