summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-08 18:06:53 +0100
committerwm4 <wm4@nowhere>2014-12-08 18:17:20 +0100
commit6a88de05a79314cff6ee69160d0708e9d67b77ab (patch)
treece9706c518b4dbc43b7c049a5b87378416dd4234 /player
parentb9f5daf9c334eb22d31fce4568ec5d15c59bd730 (diff)
downloadmpv-6a88de05a79314cff6ee69160d0708e9d67b77ab.tar.bz2
mpv-6a88de05a79314cff6ee69160d0708e9d67b77ab.tar.xz
build: fix --disable-libass
Still supported, but obviously untested. You shouldn't use this option anyway.
Diffstat (limited to 'player')
-rw-r--r--player/sub.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/player/sub.c b/player/sub.c
index 0323d49772..a409647e35 100644
--- a/player/sub.c
+++ b/player/sub.c
@@ -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