10000 Update ffpyplayer to master. · ikewang/python-for-android@46a9cb3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 46a9cb3

Browse files
committed
Update ffpyplayer to master.
1 parent 73f5ba8 commit 46a9cb3

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

pythonforandroid/recipes/ffpyplayer/__init__.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@
77

88

99
class FFPyPlayerRecipe(CythonRecipe):
10-
version = 'v4.0.0'
10+
version = 'master'
1111
url = 'https://github.com/matham/ffpyplayer/archive/{version}.zip'
12-
md5sum = '99f4c7103bce0ecb167510fc810db82f'
1312
depends = ['python2', 'sdl2', 'ffmpeg']
1413
opt_depends = ['openssl', 'ffpyplayer_codecs']
15-
patches = ['patches/fix-ffpyplayer-setup.patch'] # need this to compile with SDL2
16-
17-
def prebuild_arch(self, arch):
18-
self.apply_patches(arch)
1914

2015
def get_recipe_env(self, arch, with_flags_in_cc=True):
2116
env = super(FFPyPlayerRecipe, self).get_recipe_env(arch)

pythonforandroid/recipes/ffpyplayer/patches/fix-ffpyplayer-setup.patch

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0