From 98e7bda417f0403c27376b29de775b68be797c78 Mon Sep 17 00:00:00 2001 From: Mirko Galimberti Date: Fri, 3 May 2019 20:26:20 +0200 Subject: [PATCH] Update ffpyplayer version for setup.py updates --- pythonforandroid/recipes/ffpyplayer/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonforandroid/recipes/ffpyplayer/__init__.py b/pythonforandroid/recipes/ffpyplayer/__init__.py index 9ff29b72bf..cb9e7071e7 100644 --- a/pythonforandroid/recipes/ffpyplayer/__init__.py +++ b/pythonforandroid/recipes/ffpyplayer/__init__.py @@ -4,7 +4,7 @@ class FFPyPlayerRecipe(CythonRecipe): - version = '6f7568b498715c2da88f061ebad082a042514923' + version = 'c99913f2317bf3840eeacf1c1c3db3b3d1f78007' url = 'https://github.com/matham/ffpyplayer/archive/{version}.zip' depends = [('python2', 'python3'), 'sdl2', 'ffmpeg'] opt_depends = ['openssl', 'ffpyplayer_codecs']