[Mplayer-cvslog] CVS: main/libmenu vf_menu.c,1.5,1.6

Arpi of Ize arpi at mplayerhq.hu
Sun Dec 29 15:59:25 CET 2002


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

Modified Files:
	vf_menu.c 
Log Message:
these patches let ,,oldstyle'' and freetype subtitle renderers live
together happily. if an oldstyle subtitle (font.desc) is found, it will
be used. otherwise mplayer will choose subfont.ttf, if freetype was
detected during ./configure.
(also you can use -font /path/to/font.desc and -font /path/to/foobar.ttf too)
patch-set by Wojtek Kaniewski <wojtekka at bydg.pdi.net>


Index: vf_menu.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmenu/vf_menu.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vf_menu.c	28 Dec 2002 18:51:09 -0000	1.5
+++ vf_menu.c	29 Dec 2002 14:59:22 -0000	1.6
@@ -244,7 +244,7 @@
   // here is the right place to get screen dimensions
   if (force_load_font) {
     force_load_font = 0;
-    load_font(width,height);
+    load_font_ft(width,height);
   }
 #endif
   return vf_next_config(vf,width,height,d_width,d_height,flags,outfmt);




More information about the MPlayer-cvslog mailing list