# HG changeset patch # User folke # Date 997976172 0 # Node ID db379aa38e51cfb64eb00365406efc74da85da29 # Parent 12551899e83f0a4edee6b4bf6de76b6c731b3804 define USE_OSD / USE_SUB fixes diff -r 12551899e83f -r db379aa38e51 libvo/vo_aa.c --- 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");