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.
1 parent 63fc703 commit 41077f3Copy full SHA for 41077f3
pythonforandroid/recipes/av/__init__.py
@@ -12,9 +12,6 @@ class PyAVRecipe(CythonRecipe):
12
opt_depends = ["openssl"]
13
patches = ['patches/compilation_syntax_errors.patch']
14
15
- def prebuild_arch(self, arch):
16
- self.apply_patches(arch)
17
-
18
def get_recipe_env(self, arch, with_flags_in_cc=True):
19
env = super().get_recipe_env(arch)
20
0 commit comments