[Mplayer-cvslog] CVS: main/libvo font_load_ft.c,1.6,1.7

Filip Kalinski CVS filon at mplayerhq.hu
Mon Jan 6 13:24:18 CET 2003


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv31390/libvo

Modified Files:
	font_load_ft.c 
Log Message:
Use standard mplayer message funtion.


Index: font_load_ft.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/font_load_ft.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- font_load_ft.c	29 Dec 2002 14:59:23 -0000	1.6
+++ font_load_ft.c	6 Jan 2003 12:23:59 -0000	1.7
@@ -1087,7 +1087,7 @@
 	mp_msg(MSGT_OSD, MSGL_ERR, "Init_FreeType failed.\n");
 	return -1;
     }
-    fprintf(stderr, "init_freetype\n");
+    mp_msg(MSGT_OSD, MSGL_V, "init_freetype\n");
     using_freetype = 1;
     return 0;
 }



More information about the MPlayer-cvslog mailing list