We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f85d0 commit 7166c63Copy full SHA for 7166c63
1 file changed
get-dependencies.sh
@@ -20,7 +20,6 @@ pacman -Syu --noconfirm \
20
libogg \
21
libplacebo \
22
libpulse \
23
- libsixel \
24
libx11 \
25
libxext \
26
libxkbcommon \
@@ -56,6 +55,7 @@ cd ./mpv-build
56
55
echo "--enable-libdav1d" >> ./ffmpeg_options
57
echo "--enable-small" >> ./ffmpeg_options
58
echo "--enable-libshaderc" >> ./ffmpeg_options
+echo "--disable-librsvg" >> ./ffmpeg_options
59
echo "-Dlibmpv=false" >> ./mpv_options
60
echo "-Dlibbluray=disabled" >> ./mpv_options
61
echo "-Dvapoursynth=disabled" >> ./mpv_options
0 commit comments