mpd/android
Max Kellermann 9e058732ee 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".
2018-01-19 22:40:59 +01:00
..
2017-01-03 20:48:59 +01:00
2014-02-22 01:39:08 +01:00
2018-01-05 18:09:56 +01:00
2018-01-19 22:40:59 +01:00
2014-02-22 01:39:08 +01:00