Skip to content

Commit

Permalink
Move ffmpeg download url to github repo (#1791)
Browse files Browse the repository at this point in the history
changed ffmpeg download url for speed-up the download process
  • Loading branch information
misl6 authored and AndreMiras committed Apr 8, 2019
1 parent 637814b commit 545413e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pythonforandroid/recipes/ffmpeg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@


class FFMpegRecipe(Recipe):
version = '3.4.5'
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
url = 'https://github.com/FFmpeg/FFmpeg/archive/{version}.zip'
depends = ['sdl2'] # Need this to build correct recipe order
opts_depends = ['openssl', 'ffpyplayer_codecs']
patches = ['patches/configure.patch']
Expand Down

0 comments on commit 545413e

Please sign in to comment.