diff options
author | Rahul Chaudhry <rahulchaudhry@chromium.org> | 2018-04-18 16:29:39 -0700 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2018-04-20 01:53:41 +0200 |
commit | ef99025603913c3dcd6c716f308b83cbf7077ef7 (patch) | |
tree | 97cfec839890a9c8fde71264b1f8242685cb56be /libavcodec/noise_bsf.c | |
parent | 860293a9a29b7b22d87cc68680bc20f0ad770283 (diff) | |
download | ffmpeg-ef99025603913c3dcd6c716f308b83cbf7077ef7.tar.gz |
swresample/arm: remove unintentional relocation.
Branch to global symbol results in reference to PLT, and when compiling
for THUMB-2 - in a R_ARM_THM_JUMP19 relocation. Some linkers don't
support this relocation (ld.gold), while others can end up truncating
the relocation to fit (ld.bfd).
Convert this branch through PLT into a direct branch that the assembler
can resolve locally.
See https://github.com/android-ndk/ndk/issues/337 for background.
The current workaround is to disable neon during gstreamer build,
which is not optimal and can be reverted after this patch:
https://github.com/freedesktop/gstreamer-cerbero/commit/41556c415739fbc3a72c7eaee7e70a565b719b2f
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit b22db4f465c9adb2cf1489e04f7b65ef6bb55b8b)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/noise_bsf.c')
0 files changed, 0 insertions, 0 deletions