Skip to content

Commit

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

# mpv
# TODO(@alexmercerind):
# [ ! -d mpv ] && git clone --depth 1 --branch v$v_mpv https://github.com/mpv-player/mpv.git mpv
[ ! -d mpv ] && git clone --depth 1 --branch $v_mpv https://github.com/mpv-player/mpv.git mpv
[ ! -d mpv ] && git clone --depth 1 --branch v$v_mpv https://github.com/mpv-player/mpv.git mpv

# 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 7243294

Please sign in to comment.