Skip to content

Commit 1909741

Browse files
committed
Update and stabilize ffpyplayer recipes versions.
1 parent 2b3d52b commit 1909741

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pythonforandroid/recipes/ffmpeg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
class FFMpegRecipe(Recipe):
15-
version = '3.3.3'
15+
version = '3.4.1'
1616
url = 'http://ffmpeg.org/releases/ffmpeg-{version}.tar.bz2'
1717
depends = ['sdl2'] # Need this to build correct recipe order
1818
opts_depends = ['openssl', 'ffpyplayer_codecs']

pythonforandroid/recipes/ffpyplayer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
class FFPyPlayerRecipe(CythonRecipe):
10-
version = 'master'
10+
version = '6f7568b498715c2da88f061ebad082a042514923'
1111
url = 'https://github.com/matham/ffpyplayer/archive/{version}.zip'
1212
depends = [('python2', 'python3crystax'), 'sdl2', 'ffmpeg']
1313
opt_depends = ['openssl', 'ffpyplayer_codecs']

pythonforandroid/recipes/libx264/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
class LibX264Recipe(Recipe):
9-
version = 'x264-snapshot-20170826-2245-stable' # using mirror url since can't use ftp
9+
version = 'x264-snapshot-20171218-2245-stable' # using mirror url since can't use ftp
1010
url = 'http://mirror.yandex.ru/mirrors/ftp.videolan.org/x264/snapshots/{version}.tar.bz2'
1111

1212
def should_build(self, arch):

0 commit comments

Comments
 (0)