[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
- Previous message: [Mplayer-cvslog] CVS: main/Gui interface.c,1.67,1.68
- Next message: [Mplayer-cvslog] CVS: main/libvo font_load.c,1.24,1.25 font_load.h,1.11,1.12 font_load_ft.c,1.5,1.6 sub.c,1.65,1.66
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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);
- Previous message: [Mplayer-cvslog] CVS: main/Gui interface.c,1.67,1.68
- Next message: [Mplayer-cvslog] CVS: main/libvo font_load.c,1.24,1.25 font_load.h,1.11,1.12 font_load_ft.c,1.5,1.6 sub.c,1.65,1.66
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list