[FFmpeg-devel] [PATCH] libavcodec: Remove dynamic relocs from aarch64/h264idct_neon.S

Carl Eugen Hoyos ceffmpeg at gmail.com
Mon Dec 31 01:46:52 EET 2018


2018-12-29 17:17 GMT+01:00, Manoj Gupta <manojgupta at chromium.org>:
> On Sat, Dec 29, 2018 at 2:32 AM Carl Eugen Hoyos <ceffmpeg at gmail.com> wrote:
>>
>> 2018-12-29 0:12 GMT+01:00, Manoj Gupta <manojgupta at chromium.org>:
>>
>> > I recently had a problem building ffmpeg for AArch64 where lld
>> > linker complained about text relocations in readonly segment.
>> > The following patch fixes the linker complains by referring to a
>> > local label instead of function name.
>>
>> Do you know why this issue wasn't found when the previously
>> fixed occurrences were seen?
>>
> This fixes the linking issues on AArch64. The previous fix I found
> was for ARM32/Thumb whereas this file is AArch64 specific.

Understood.

Thank you, Carl Eugen


More information about the ffmpeg-devel mailing list