• Max Kellermann's avatar
    android/build.py: add -fpic · 9e058732
    Max Kellermann authored
    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".
    9e058732
build.py 5.73 KB