mpv: remove unneeded option and patch

This commit is contained in:
Leonid Pliushch 2020-12-07 22:00:41 +00:00
parent e760b81f42
commit ccae9252b1
No known key found for this signature in database
GPG Key ID: 45F2964132545795
2 changed files with 0 additions and 19 deletions

View File

@ -23,7 +23,6 @@ termux_step_make_install() {
--disable-lcms2 \
--enable-libarchive \
--enable-libmpv-shared \
--disable-libass \
--enable-lua \
--enable-pulse \
--enable-openal \

View File

@ -1,18 +0,0 @@
We don't need a warning every time.
diff -u -r ../mpv-0.19.0/player/main.c ./player/main.c
--- ../mpv-0.19.0/player/main.c 2016-08-15 10:10:59.000000000 -0400
+++ ./player/main.c 2016-08-26 18:40:46.624646426 -0400
@@ -455,10 +455,12 @@
}
#endif
+#ifndef __ANDROID__
#if !HAVE_LIBASS
MP_WARN(mpctx, "Compiled without libass.\n");
MP_WARN(mpctx, "There will be no OSD and no text subtitles.\n");
#endif
+#endif
mpctx->osd = osd_create(mpctx->global);