[MPlayer-cvslog] r24890 - trunk/libvo/vo_tdfx_vid.c

diego subversion at mplayerhq.hu
Tue Oct 30 09:55:30 CET 2007


Author: diego
Date: Tue Oct 30 09:55:29 2007
New Revision: 24890

Log:
Disable clear_screen function, the call to the function is commented out
due to buggyness. Fixes the warning:
vo_tdfx_vid.c:78: warning: 'clear_screen' defined but not used


Modified:
   trunk/libvo/vo_tdfx_vid.c

Modified: trunk/libvo/vo_tdfx_vid.c
==============================================================================
--- trunk/libvo/vo_tdfx_vid.c	(original)
+++ trunk/libvo/vo_tdfx_vid.c	Tue Oct 30 09:55:29 2007
@@ -75,6 +75,7 @@ static int use_overlay = 1;
 static tdfx_vid_overlay_t tdfx_ov;
 
 // FIXME
+#if 0
 static void clear_screen(void) {
   tdfx_vid_agp_move_t mov;
 
@@ -94,6 +95,7 @@ static void clear_screen(void) {
     mp_msg(MSGT_VO,MSGL_WARN, MSGTR_LIBVO_TDFXVID_AGPMoveFailedToClearTheScreen);
   
 }
+#endif
 
 static int draw_slice(uint8_t *image[], int stride[], int w,int h,int x,int y)
 {



More information about the MPlayer-cvslog mailing list