1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-11 17:37:23 +00:00

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

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