Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pythonforandroid/recipes/ffpyplayer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@


class FFPyPlayerRecipe(CythonRecipe):
version = 'v4.3.2'
url = 'https://github.com/matham/ffpyplayer/archive/{version}.zip'
version = 'v4.4.0'
url = 'https://github.com/matham/ffpyplayer/archive/refs/tags/{version}.zip'
depends = ['python3', 'sdl2', 'ffmpeg']
opt_depends = ['openssl', 'ffpyplayer_codecs']

Expand Down