Skip to content

Commit 186205a

Browse files
fix: mpv clone
1 parent 6665a75 commit 186205a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildscripts/include/download-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ see <ndk>/sources/third_party/shaderc
5050
HEREDOC
5151

5252
# mpv
53-
[ ! -d mpv ] && git clone https://github.com/mpv-player/mpv.git mpv && git reset --hard 78d43740f52db817d98bcf24fb30a76ab6fa13ff
53+
[ ! -d mpv ] && git clone https://github.com/mpv-player/mpv.git mpv && cd mpv && git reset --hard 78d43740f52db817d98bcf24fb30a76ab6fa13ff && cd ..
5454

5555
# fftools_ffi
5656
[ ! -d fftools_ffi ] && git clone --depth 1 --branch main https://github.com/moffatman/fftools-ffi.git fftools_ffi

0 commit comments

Comments
 (0)