We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637814b commit 545413eCopy full SHA for 545413e
pythonforandroid/recipes/ffmpeg/__init__.py
@@ -4,8 +4,9 @@
4
5
6
class FFMpegRecipe(Recipe):
7
- version = '3.4.5'
8
- url = 'http://ffmpeg.org/releases/ffmpeg-{version}.tar.bz2'
+ version = 'n3.4.5'
+ # Moved to github.com instead of ffmpeg.org to improve download speed
9
+ url = 'https://github.com/FFmpeg/FFmpeg/archive/{version}.zip'
10
depends = ['sdl2'] # Need this to build correct recipe order
11
opts_depends = ['openssl', 'ffpyplayer_codecs']
12
patches = ['patches/configure.patch']
0 commit comments