mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
appveyor: fix FFmpeg download
Broken in f19797dea6
. It seems like the Git server on git.ffmpeg.org
doesn't like clone --depth=1, so use the GitHub mirror instead.
This commit is contained in:
parent
6ab7e0d465
commit
1d7a746505
@ -29,7 +29,7 @@ pacman -Sc --noconfirm
|
|||||||
|
|
||||||
# Compile ffmpeg
|
# Compile ffmpeg
|
||||||
(
|
(
|
||||||
git clone --depth=1 https://git.ffmpeg.org/ffmpeg.git && cd ffmpeg
|
git clone --depth=1 https://github.com/FFmpeg/ffmpeg.git && cd ffmpeg
|
||||||
|
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
../configure \
|
../configure \
|
||||||
|
Loading…
Reference in New Issue
Block a user