summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-03-04 11:39:21 +0100
committerwm4 <wm4@nowhere>2015-03-04 17:28:36 +0100
commit0bbf36b796336c41ce8a7ef2054276254ba56067 (patch)
treede05f2b9d901e7594b9b2b2b9902b5c1ef1beac7
parent3c3f9a8042b9d681481eb1469dc1514833452f29 (diff)
downloadmpv-0bbf36b796336c41ce8a7ef2054276254ba56067.tar.bz2
mpv-0bbf36b796336c41ce8a7ef2054276254ba56067.tar.xz
build: fix warnings with --disable-libass
This crap seems to break every other fullmoon.
-rw-r--r--player/sub.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/player/sub.c b/player/sub.c
index f4c9e7822b..72942749a5 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_fonts(struct ass_renderer *a, struct MPOpts *b,
- struct mpv_global *c, struct mp_log *d) {}
+static void mp_ass_configure_fonts(struct ass_renderer *a, struct osd_style_opts *b,
+ struct mpv_global *c, struct mp_log *d) {}
#endif