build: fix --disable-libass

Still supported, but obviously untested.

You shouldn't use this option anyway.
This commit is contained in:
wm4 2014-12-08 18:06:53 +01:00 committed by Alessandro Ghedini
parent b6363c8100
commit 62b6048468
1 changed files with 2 additions and 2 deletions

View File

@ -127,8 +127,8 @@ void uninit_sub_renderer(struct MPContext *mpctx)
static void init_sub_renderer(struct MPContext *mpctx) {}
void uninit_sub_renderer(struct MPContext *mpctx) {}
void mp_ass_configure(ASS_Renderer *priv, struct MPOpts *opts,
struct mp_osd_res *dim) {}
void mp_ass_configure_fonts(struct ass_renderer *a, struct MPOpts *b,
struct mpv_global *c, struct mp_log *d) {}
#endif