summaryrefslogtreecommitdiffstats
path: root/TOOLS/appveyor-install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/appveyor-install.sh')
-rwxr-xr-xTOOLS/appveyor-install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/TOOLS/appveyor-install.sh b/TOOLS/appveyor-install.sh
index ca2e264162..6ea861b5af 100755
--- a/TOOLS/appveyor-install.sh
+++ b/TOOLS/appveyor-install.sh
@@ -27,9 +27,9 @@ pacman -S --noconfirm --needed \
# Delete unused packages to reduce space used in the Appveyor cache
pacman -Sc --noconfirm
-# Compile ffmpeg-mpv
+# Compile ffmpeg
(
- git clone --depth=1 https://github.com/mpv-player/ffmpeg-mpv.git && cd ffmpeg-mpv
+ git clone --depth=1 https://git.ffmpeg.org/ffmpeg.git && cd ffmpeg
mkdir build && cd build
../configure \