summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-10-27 18:16:17 +0200
committerwm4 <wm4@nowhere>2017-10-27 18:16:17 +0200
commitf1a45b0c9d20a754b8f0d51c7a264d7dbfeac4c4 (patch)
tree7e40b7463f25209f0b6090a9711ca0384b76c405
parente87cdf9e596e527fc177aa778d367a7a99403546 (diff)
downloadmpv-build-f1a45b0c9d20a754b8f0d51c7a264d7dbfeac4c4.tar.bz2
mpv-build-f1a45b0c9d20a754b8f0d51c7a264d7dbfeac4c4.tar.xz
Update FFmpeg URL, drop support for FFmpeg releases
-rwxr-xr-xupdate2
-rwxr-xr-xuse-ffmpeg-release5
2 files changed, 1 insertions, 6 deletions
diff --git a/update b/update
index 3b66763..5b9cc66 100755
--- a/update
+++ b/update
@@ -16,7 +16,7 @@ do_clone()
do_clone_all()
{
- do_clone "ffmpeg" "https://github.com/FFmpeg/FFmpeg.git"
+ do_clone "ffmpeg" "https://github.com/mpv-player/ffmpeg-mpv.git"
#do_clone "fribidi" "http://anongit.freedesktop.org/git/fribidi/fribidi.git"
do_clone "libass" "https://github.com/libass/libass.git"
do_clone "mpv" "https://github.com/mpv-player/mpv.git"
diff --git a/use-ffmpeg-release b/use-ffmpeg-release
deleted file mode 100755
index 4af8e6f..0000000
--- a/use-ffmpeg-release
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-set -e
-export LC_ALL=C
-
-scripts/switch-branch ffmpeg release