ffmpeg/libswresample
Rahul Chaudhry b22db4f465 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:
41556c4157

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-04-19 21:49:47 +02:00
..
aarch64
arm swresample/arm: remove unintentional relocation. 2018-04-19 21:49:47 +02:00
tests
x86
Makefile
audioconvert.c
audioconvert.h
dither.c
dither_template.c
libswresample.v
log2_tab.c
noise_shaping_data.c
options.c
rematrix.c swresample/rematrix: fix update of channel matrix if input or output layout is undefined 2018-02-19 08:32:25 +01:00
rematrix_template.c
resample.c
resample.h
resample_dsp.c
resample_template.c
soxr_resample.c
swresample.c swresample/swresample: Fix for seg fault in swr_convert_internal() -> sum2_float during dithering. 2018-04-07 02:10:45 +02:00
swresample.h
swresample_frame.c
swresample_internal.h
swresampleres.rc
version.h Bump minor versions after release/4.0 branching 2018-04-16 12:35:12 +02:00