From 91eefe0740302825f6f3f0563cbe847f51c5c34a Mon Sep 17 00:00:00 2001 From: NamedKitten Date: Thu, 18 Oct 2018 08:24:05 +0100 Subject: [PATCH] Fix. --- scripts/build-mpv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-mpv.sh b/scripts/build-mpv.sh index ce6d9d8..fd3357d 100755 --- a/scripts/build-mpv.sh +++ b/scripts/build-mpv.sh @@ -27,7 +27,7 @@ git clone --depth 1 https://github.com/mpv-player/mpv.git mpv git clone --depth 1 https://github.com/libass/libass.git libass echo "--enable-libaom" > ffmpeg_options -echo "--disable-programs --disable-runtime-cpudetect --enable-small" > ffmpeg_options +echo "--disable-programs --disable-runtime-cpudetect --enable-small" >> ffmpeg_options echo "--enable-libmpv-shared --prefix=/usr" > mpv_options echo "--disable-caca --disable-wayland --disable-gl-wayland --disable-libarchive --disable-zlib --disable-tv --disable-debug-build --disable-manpage-build --disable-vapoursynth --disable-libsmbclient" >> mpv_options