diff options
author | folke <folke@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-08-16 15:36:12 +0000 |
---|---|---|
committer | folke <folke@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-08-16 15:36:12 +0000 |
commit | e297a06ec9d8425773ffe31ff72d5075330f77e2 (patch) | |
tree | 33640d602575f8ba77b3a6886f0fa747cf1ae7af /libvo | |
parent | ce1f6fbdb5c5a2e9a11585601c13973b86462648 (diff) |
define USE_OSD / USE_SUB fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1555 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/vo_aa.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libvo/vo_aa.c b/libvo/vo_aa.c index 6bb77fd282..697a1b0872 100644 --- a/libvo/vo_aa.c +++ b/libvo/vo_aa.c @@ -298,6 +298,7 @@ init(uint32_t width, uint32_t height, uint32_t d_width, /* 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 @@ init(uint32_t width, uint32_t height, uint32_t d_width, 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"); |