diff options
author | Max Kellermann <max@musicpd.org> | 2018-01-19 12:55:57 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-01-19 22:40:59 +0100 |
commit | 9e058732ee2d7bf82f2795c4f964197bc619dc77 (patch) | |
tree | b294030aaabb756d8f2bd30deb7ee4ecd5513e59 /Makefile.am | |
parent | cad5d11261de8fea87b8568587f698cb0794e77f (diff) |
android/build.py: add -fpic
Android native code should be position-independent.
The NDK build scripts use "-fpic" instead of "-fPIC" for ARM, but that
doesn't work with FFmpeg's assembly code, because it requires
R_ARM_MOVW_ABS_NC which is unavailable with "-fpic".
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions