summaryrefslogtreecommitdiffstats
path: root/doc/examples/metadata.c
diff options
context:
space:
mode:
authorManoj Gupta <[email protected]>2018-12-28 15:12:53 -0800
committerMichael Niedermayer <[email protected]>2019-01-03 20:12:07 +0100
commit6fcf813110fe390e835d14865d9f62cc3a7f23e5 (patch)
tree8dcbe897fe1990096025060bca1ffe72386c6b49 /doc/examples/metadata.c
parentbf96937a961baeef75236ad0b986a1bb17906143 (diff)
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 <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'doc/examples/metadata.c')
0 files changed, 0 insertions, 0 deletions