We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6665a75 commit 186205aCopy full SHA for 186205a
buildscripts/include/download-deps.sh
@@ -50,7 +50,7 @@ see <ndk>/sources/third_party/shaderc
50
HEREDOC
51
52
# mpv
53
-[ ! -d mpv ] && git clone https://github.com/mpv-player/mpv.git mpv && git reset --hard 78d43740f52db817d98bcf24fb30a76ab6fa13ff
+[ ! -d mpv ] && git clone https://github.com/mpv-player/mpv.git mpv && cd mpv && git reset --hard 78d43740f52db817d98bcf24fb30a76ab6fa13ff && cd ..
54
55
# fftools_ffi
56
[ ! -d fftools_ffi ] && git clone --depth 1 --branch main https://github.com/moffatman/fftools-ffi.git fftools_ffi
0 commit comments