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.
ffpyplayer
4.5.1
1 parent 5dc17e1 commit e800965Copy full SHA for e800965
pythonforandroid/recipes/ffpyplayer/__init__.py
@@ -1,10 +1,9 @@
1
-from pythonforandroid.recipe import CythonRecipe
2
-from pythonforandroid.toolchain import Recipe
+from pythonforandroid.recipe import PyProjectRecipe, Recipe
3
from os.path import join
4
5
6
-class FFPyPlayerRecipe(CythonRecipe):
7
- version = 'v4.3.2'
+class FFPyPlayerRecipe(PyProjectRecipe):
+ version = 'v4.5.1'
8
url = 'https://github.com/matham/ffpyplayer/archive/{version}.zip'
9
depends = ['python3', 'sdl2', 'ffmpeg']
10
opt_depends = ['openssl', 'ffpyplayer_codecs']
0 commit comments