that works correctly

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10177 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-05-23 20:35:56 +00:00
parent d91931ae2a
commit 5b6efa44b2
1 changed files with 0 additions and 4 deletions

View File

@ -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");