• James Almer's avatar
    arm/hevc_idct: fix compilation on Android · 36de24d5
    James Almer authored
    Compilation error "out of range" fixed for armeabi-v7a. Compilation failed
    trying to build libvlc.aar for ARM7 android on ubuntu 16.04 host. Error
    messages is "Offset out of range". The reason of the error is assembler LDR
    directives in function "ff_hevc_transform_luma_4x4_neon_8" need local storage
    in range <1k, but no such storage provided.
    
    Based on a patch by Ihor Bobalo <bob@eleks.com>
    
    Suggested-by: wbs
    Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
    36de24d5
hevcdsp_idct_neon.S 36.1 KB