Skip to content

Commit

Permalink
fix: mpv clone
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind authored Jan 5, 2024
1 parent 6665a75 commit 186205a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/include/download-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ see <ndk>/sources/third_party/shaderc
HEREDOC

# mpv
[ ! -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 ..

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

0 comments on commit 186205a

Please sign in to comment.