Skip to content

Commit 545413e

Browse files
misl6AndreMiras
authored andcommitted
Move ffmpeg download url to github repo (#1791)
changed ffmpeg download url for speed-up the download process
1 parent 637814b commit 545413e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pythonforandroid/recipes/ffmpeg/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44

55

66
class FFMpegRecipe(Recipe):
7-
version = '3.4.5'
8-
url = 'http://ffmpeg.org/releases/ffmpeg-{version}.tar.bz2'
7+
version = 'n3.4.5'
8+
# Moved to github.com instead of ffmpeg.org to improve download speed
9+
url = 'https://github.com/FFmpeg/FFmpeg/archive/{version}.zip'
910
depends = ['sdl2'] # Need this to build correct recipe order
1011
opts_depends = ['openssl', 'ffpyplayer_codecs']
1112
patches = ['patches/configure.patch']

0 commit comments

Comments
 (0)