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 41077f3 commit 18b4e46Copy full SHA for 18b4e46
pythonforandroid/recipes/ffmpeg/__init__.py
@@ -51,6 +51,8 @@ def build_arch(self, arch):
51
build_dir = Recipe.get_recipe(
52
'libx264', self.ctx).get_build_dir(arch.arch)
53
cflags += ['-I' + build_dir + '/include/']
54
+ # Newer versions of FFmpeg prioritize the dynamic library and ignore
55
+ # the static one, unless the static library path is explicitly set.
56
ldflags += [build_dir + '/lib/' + 'libx264.a']
57
58
# libshine
0 commit comments