FFmpeg/libswresample
Rahul Chaudhry ad3ec05d03 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>
(cherry picked from commit b22db4f465)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-10-23 01:44:40 +02:00
..
aarch64
arm swresample/arm: remove unintentional relocation. 2018-10-23 01:44:40 +02:00
x86 x86: use the new helper macros where useful 2016-02-14 20:04:19 -03:00
audioconvert.c
audioconvert.h all: Make header guard names consistent 2016-01-31 15:44:11 -08:00
dither.c swresample/dither: use integer arithmetic 2015-08-23 23:19:31 +02:00
dither_template.c swresample/dither_template: Add missing license header 2015-09-27 13:09:10 +02:00
libswresample.v
log2_tab.c
Makefile
noise_shaping_data.c
options.c swresample: use AV_OPT_TYPE_BOOL for linear_interp and cheby options 2015-12-04 15:43:33 +01:00
rematrix.c swresample/rematrix: fix update of channel matrix if input or output layout is undefined 2018-02-20 10:08:05 +01:00
rematrix_template.c swresample/rematrix: Use clipping s16 rematrixing if overflows are possible 2016-06-05 02:40:31 +02:00
resample.c swresample/resample: free existing ResampleContext on reinit 2017-03-21 12:17:52 -03:00
resample.h swresample: allow double precision beta value for the Kaiser window 2015-11-08 21:11:07 -05:00
resample_dsp.c
resample_template.c
soxr_resample.c swresample: allow double precision beta value for the Kaiser window 2015-11-08 21:11:07 -05:00
swresample-test.c all: add const-correctness to qsort comparators 2015-10-25 10:07:20 -04:00
swresample.c swresample/swresample: Fix for seg fault in swr_convert_internal() -> sum2_float during dithering. 2018-10-23 01:44:40 +02:00
swresample.h doc/resampler, swresample/options: use proper capitalization 2015-10-10 20:49:54 +02:00
swresample_frame.c
swresample_internal.h all: Make header guard names consistent 2016-01-31 15:44:11 -08:00
swresampleres.rc
version.h all: Make header guard names consistent 2016-01-31 15:44:11 -08:00