mirror of https://github.com/mpv-player/mpv
build: fix --disable-libass
Still supported, but obviously untested. You shouldn't use this option anyway.
This commit is contained in:
parent
b6363c8100
commit
62b6048468
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue