diff options
author | James Almer <jamrial@gmail.com> | 2017-12-08 19:14:13 -0300 |
---|---|---|
committer | Jan Ekström <jeebjp@gmail.com> | 2017-12-09 21:46:34 +0200 |
commit | 36de24d5b7d67ab323ed41c7dc06fa0345404227 (patch) | |
tree | 0295d551d4bbc925eb97bd7639b4d1fa0d2d6837 /libavcodec/neon | |
parent | e1121f9723b1f6eabc80e7f3c9eca69a70fd2f8d (diff) | |
download | ffmpeg-36de24d5b7d67ab323ed41c7dc06fa0345404227.tar.gz |
arm/hevc_idct: fix compilation on Android
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: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/neon')
0 files changed, 0 insertions, 0 deletions