Update of /cvsroot/mplayer/main/libvo In directory mplayer:/var/tmp.root/cvs-serv27102 Modified Files: vo_gl2.c Log Message: did not compile with gcc-3 Index: vo_gl2.c =================================================================== RCS file: /cvsroot/mplayer/main/libvo/vo_gl2.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- vo_gl2.c 19 Oct 2001 10:51:04 -0000 1.5 +++ vo_gl2.c 24 Oct 2001 16:22:10 -0000 1.6 @@ -910,16 +910,19 @@ drawTextureDisplay (); +#ifdef HAVE_MMX printf("[gl2] Using image_bpp=%d, image_bytes=%d, isBGR=%d, \n\tgl_bitmap_format=%s, gl_bitmap_type=%s, \n\tgl_alignment=%d, rgb_size=%d (%d,%d,%d), a_sz=%d, \n\tgl_internal_format=%s, tweaks=%s\n", image_bpp, image_bytes, image_mode==MODE_BGR, gl_bitmap_format_s, gl_bitmap_type_s, gl_alignment, rgb_sz, r_sz, g_sz, b_sz, a_sz, gl_internal_format_s, -#ifdef HAVE_MMX - "mmx_bpp" + "mmx_bpp"); #else - "none" + printf("[gl2] Using image_bpp=%d, image_bytes=%d, isBGR=%d, \n\tgl_bitmap_format=%s, gl_bitmap_type=%s, \n\tgl_alignment=%d, rgb_size=%d (%d,%d,%d), a_sz=%d, \n\tgl_internal_format=%s, tweaks=%s\n", + image_bpp, image_bytes, image_mode==MODE_BGR, + gl_bitmap_format_s, gl_bitmap_type_s, gl_alignment, + rgb_sz, r_sz, g_sz, b_sz, a_sz, gl_internal_format_s, + "none"); #endif -); resize(d_width,d_height);
participants (1)
-
pl