Skip to content

Commit e5bab72

Browse files
committed
Remove patch for mixer since changes merged into ffpyplayer.
1 parent 434a56c commit e5bab72

File tree

2 files changed

+1
-59
lines changed

2 files changed

+1
-59
lines changed

pythonforandroid/recipes/ffpyplayer/__init__.py

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

88

99
class FFPyPlayerRecipe(CythonRecipe):
10-
version = '08d08d1d60b9b25198aab40230a27235d5cbbfa1' # https://github.com/matham/ffpyplayer/pull/29
10+
version = 'master'
1111
url = 'https://github.com/matham/ffpyplayer/archive/{version}.zip'
1212
depends = [('python2', 'python3crystax'), 'sdl2', 'ffmpeg']
1313
opt_depends = ['openssl', 'ffpyplayer_codecs']
14-
patches = ['patches/add-mixer.patch']
15-
16-
def prebuild_arch(self, arch):
17-
self.apply_patches(arch)
1814

1915
def get_recipe_env(self, arch, with_flags_in_cc=True):
2016
env = super(FFPyPlayerRecipe, self).get_recipe_env(arch)

pythonforandroid/recipes/ffpyplayer/patches/add-mixer.patch

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

0 commit comments

Comments
 (0)