We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2f74b commit f05e44aCopy full SHA for f05e44a
third/clone_mpv.sh
@@ -1,2 +1,9 @@
1
rm -fr mpv-build
2
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