Skip to content

Commit 18b4e46

Browse files
committed
add comment
1 parent 41077f3 commit 18b4e46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pythonforandroid/recipes/ffmpeg/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ def build_arch(self, arch):
5151
build_dir = Recipe.get_recipe(
5252
'libx264', self.ctx).get_build_dir(arch.arch)
5353
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.
5456
ldflags += [build_dir + '/lib/' + 'libx264.a']
5557

5658
# libshine

0 commit comments

Comments
 (0)