Skip to content

Commit e800965

Browse files
committed
ffpyplayer: update to 4.5.1
1 parent 5dc17e1 commit e800965

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pythonforandroid/recipes/ffpyplayer/__init__.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
from pythonforandroid.recipe import CythonRecipe
2-
from pythonforandroid.toolchain import Recipe
1+
from pythonforandroid.recipe import PyProjectRecipe, Recipe
32
from os.path import join
43

54

6-
class FFPyPlayerRecipe(CythonRecipe):
7-
version = 'v4.3.2'
5+
class FFPyPlayerRecipe(PyProjectRecipe):
6+
version = 'v4.5.1'
87
url = 'https://github.com/matham/ffpyplayer/archive/{version}.zip'
98
depends = ['python3', 'sdl2', 'ffmpeg']
109
opt_depends = ['openssl', 'ffpyplayer_codecs']

0 commit comments

Comments
 (0)