We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b61b8b commit c05990cCopy full SHA for c05990c
1 file changed
pythonforandroid/recipes/ffpyplayer/__init__.py
@@ -4,7 +4,7 @@
4
5
6
class FFPyPlayerRecipe(CythonRecipe):
7
- version = '6f7568b498715c2da88f061ebad082a042514923'
+ version = 'c99913f2317bf3840eeacf1c1c3db3b3d1f78007'
8
url = 'https://github.com/matham/ffpyplayer/archive/{version}.zip'
9
depends = [('python2', 'python3'), 'sdl2', 'ffmpeg']
10
opt_depends = ['openssl', 'ffpyplayer_codecs']
0 commit comments