diff options
author | Manoj Gupta <manojgupta@chromium.org> | 2018-12-28 15:12:53 -0800 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2019-01-03 20:12:07 +0100 |
commit | 6fcf813110fe390e835d14865d9f62cc3a7f23e5 (patch) | |
tree | 8dcbe897fe1990096025060bca1ffe72386c6b49 /libavformat/avlanguage.h | |
parent | bf96937a961baeef75236ad0b986a1bb17906143 (diff) | |
download | ffmpeg-6fcf813110fe390e835d14865d9f62cc3a7f23e5.tar.gz |
libavcodec: Remove dynamic relocs from aarch64/h264idct_neon.S
Some of the assembly functions e.g. ff_h264_idct_dc_add_neon
has code like:
movrel x14, X(ff_h264_idct_add_neon)
Linker cannot resolve them fully at link time and emits dynamic
relocations.
Use explicit labels instead so that no dynamic relocations are
needed at all.
This avoids lld complains about text relocations.
For background, see https://crbug.com/917919
Signed-off-by: Manoj Gupta <manojgupta@chromium.org>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/avlanguage.h')
0 files changed, 0 insertions, 0 deletions