Mercurial > mplayer.hg
changeset 1554:db379aa38e51
define USE_OSD / USE_SUB fixes
author | folke |
---|---|
date | Thu, 16 Aug 2001 15:36:12 +0000 |
parents | 12551899e83f |
children | 076c27342828 |
files | libvo/vo_aa.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_aa.c Thu Aug 16 15:19:28 2001 +0000 +++ b/libvo/vo_aa.c Thu Aug 16 15:36:12 2001 +0000 @@ -298,6 +298,7 @@ /* nothing will change its size, be we need some values initialized */ resize(); +#ifdef USE_OSD /* now init out own 'font' (to use vo_draw_text_sub without edit them) */ vo_font->spacewidth=1; vo_font->charspace=0; @@ -313,7 +314,7 @@ vo_font->pic_a[1]->bmp[i]=i; vo_font->pic_b[1]->bmp[i]=i; }; - +#endif /* say hello */ osdmessage(5, 1, "Welcome to ASCII ARTS MPlayer");