CVS: main/libvo vo_aa.c,1.8,1.9
Update of /cvsroot/mplayer/main/libvo In directory mplayer:/var/tmp.root/cvs-serv20925/libvo Modified Files: vo_aa.c Log Message: define USE_OSD / USE_SUB fixes Index: vo_aa.c =================================================================== RCS file: /cvsroot/mplayer/main/libvo/vo_aa.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- vo_aa.c 16 Aug 2001 15:19:28 -0000 1.8 +++ vo_aa.c 16 Aug 2001 15:36:12 -0000 1.9 @@ -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");
participants (1)
-
Folke Ashberg