Skip to content

Commit f05e44a

Browse files
committed
workaround for release images to prevent getting stuck with qemu-user-static during git-clone
1 parent 1d2f74b commit f05e44a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

third/clone_mpv.sh

+7
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
rm -fr mpv-build
22
git clone https://github.com/mpv-player/mpv-build.git
3+
cd mpv-build;
4+
git clone https://github.com/FFmpeg/FFmpeg.git ffmpeg
5+
git clone http://anongit.freedesktop.org/git/fribidi/fribidi.git fribidi
6+
git clone https://github.com/libass/libass.git libass
7+
git clone https://github.com/mpv-player/mpv.git mpv
8+
9+

0 commit comments

Comments
 (0)