summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-03-04 11:39:21 +0100
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-03-05 10:46:49 +0900
commit83119f05c435cb97e0b4efbbf3ebba4f47ccfe91 (patch)
tree84c9c8de8993a7a810775eb9fd4f94b77624fd18
parent081ddd26b42f309beb39b5b5f8fb5f6c20f4ec86 (diff)
downloadmpv-83119f05c435cb97e0b4efbbf3ebba4f47ccfe91.tar.bz2
mpv-83119f05c435cb97e0b4efbbf3ebba4f47ccfe91.tar.xz
build: fix warnings with --disable-libass
This crap seems to break every other fullmoon. (cherry picked from commit 0bbf36b796336c41ce8a7ef2054276254ba56067)
-rw-r--r--player/sub.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/player/sub.c b/player/sub.c
index 16affc4448..a37ea4bd39 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