summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorRostislav Pehlivanov <atomnuker@gmail.com>2017-12-05 08:25:00 +0000
committerRostislav Pehlivanov <atomnuker@gmail.com>2017-12-05 08:27:55 +0000
commitf19797dea62ab9619a18a2ffab1b67bdafe55b8c (patch)
treebc9c16a11530a1d0415bcf8f8bbe9ca7b947f0c3 /TOOLS
parenta743fef837bcab206b1e576db7e7a64b02890449 (diff)
downloadmpv-f19797dea62ab9619a18a2ffab1b67bdafe55b8c.tar.bz2
mpv-f19797dea62ab9619a18a2ffab1b67bdafe55b8c.tar.xz
Remove support for ffmpeg-mpv
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/appveyor-install.sh4
-rwxr-xr-xTOOLS/travis-deps2
2 files changed, 3 insertions, 3 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 \
diff --git a/TOOLS/travis-deps b/TOOLS/travis-deps
index 2925372edc..0126ce3389 100755
--- a/TOOLS/travis-deps
+++ b/TOOLS/travis-deps
@@ -93,7 +93,7 @@ class Libav < TravisDepsBuilder
},
"ffmpeg-git" => {
:action => :git,
- :url => "git://github.com/mpv-player/ffmpeg-mpv.git"
+ :url => "git://git.ffmpeg.org/ffmpeg.git"
}
}
end