summaryrefslogtreecommitdiffstats
path: root/contrib/ffmpeg
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2018-05-29 01:37:33 -0400
committerBradley Sepos <[email protected]>2018-05-29 01:37:33 -0400
commit2827c02458a678d2c3568b60eb9cc76734d085b1 (patch)
tree577f55a656a5f108fc922378bd1d06c6fd9778a0 /contrib/ffmpeg
parentd9706b939373abdc4904dd661032c90287e1cf39 (diff)
contrib: Update to FFmpeg 4.0.
Use https and swap url order.
Diffstat (limited to 'contrib/ffmpeg')
-rw-r--r--contrib/ffmpeg/module.defs7
1 files changed, 3 insertions, 4 deletions
diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs
index 1d9663ec7..85fdd3224 100644
--- a/contrib/ffmpeg/module.defs
+++ b/contrib/ffmpeg/module.defs
@@ -13,9 +13,9 @@ __deps__ += X264
$(eval $(call import.MODULE.defs,FFMPEG,ffmpeg,$(__deps__)))
$(eval $(call import.CONTRIB.defs,FFMPEG))
-FFMPEG.FETCH.url = http://www.ffmpeg.org/releases/ffmpeg-3.4.1.tar.gz
-FFMPEG.FETCH.url += https://download.handbrake.fr/handbrake/contrib/ffmpeg-3.4.1.tar.gz
-FFMPEG.FETCH.sha256 = 3b6824f2c3ddd6bde37b82f76c679867f5c18d0c040cea222afd93aac9bf7ad2
+FFMPEG.FETCH.url = https://download.handbrake.fr/handbrake/contrib/ffmpeg-4.0.tar.bz2
+FFMPEG.FETCH.url += https://www.ffmpeg.org/releases/ffmpeg-4.0.tar.bz2
+FFMPEG.FETCH.sha256 = 318a39d906c9107d49766c63787798dd078d2a36e6670a9dfeda3c55be4573b8
FFMPEG.CONFIGURE.deps =
FFMPEG.CONFIGURE.host =
@@ -32,7 +32,6 @@ FFMPEG.CONFIGURE.extra = \
--disable-ffmpeg \
--disable-ffplay \
--disable-ffprobe \
- --disable-ffserver \
--disable-avdevice \
--disable-muxers \
--disable-network \