summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-01-19 12:55:57 +0100
committerMax Kellermann <max@musicpd.org>2018-01-19 22:40:59 +0100
commit9e058732ee2d7bf82f2795c4f964197bc619dc77 (patch)
treeb294030aaabb756d8f2bd30deb7ee4ecd5513e59 /Makefile.am
parentcad5d11261de8fea87b8568587f698cb0794e77f (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