ffmpeg/libswresample
Rahul Chaudhry e7f1090a54 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-07-08 19:45:46 +02:00
..
aarch64
arm swresample/arm: remove unintentional relocation. 2018-07-08 19:45:46 +02:00
tests swr: fix time.h include 2016-06-22 14:00:08 +02:00
x86 swresample/x86: add support for exact_rational 2016-06-21 05:18:21 +07:00
audioconvert.c swresample: add int64 sample format 2016-08-18 15:30:05 +02:00
audioconvert.h all: Make header guard names consistent 2016-01-31 15:44:11 -08:00
dither.c swresample: Skip over dither steps if dithering scale is 0 2016-08-18 11:52:11 +02:00
dither_template.c
libswresample.v Merge commit '535a742c26' 2016-06-27 17:56:47 +02:00
log2_tab.c
Makefile
noise_shaping_data.c
options.c swresample: Skip over dither steps if dithering scale is 0 2016-08-18 11:52:11 +02:00
rematrix.c swresample/rematrix: fix update of channel matrix if input or output layout is undefined 2018-02-19 10:09:15 +01:00
rematrix_template.c swresample/rematrix: Use clipping s16 rematrixing if overflows are possible 2016-05-15 22:25:34 +02:00
resample.c swresample/resample: free existing ResampleContext on reinit 2017-03-21 12:12:09 -03:00
resample.h swresample/x86: add support for exact_rational 2016-06-21 05:18:21 +07:00
resample_dsp.c swresample/arm: add ff_resample_common_apply_filter_{x4,x8}_{float,s16}_neon 2016-05-13 21:13:46 +02:00
resample_template.c swresample: add exact_rational option 2016-06-13 12:36:01 +07:00
soxr_resample.c swresample: add exact_rational option 2016-06-13 12:36:01 +07:00
swresample.c swresample/swresample: Fix for seg fault in swr_convert_internal() -> sum2_float during dithering. 2018-07-08 19:45:46 +02:00
swresample.h swresample: Add swr_build_matrix() 2016-09-27 12:54:00 +02:00
swresample_frame.c
swresample_internal.h swresample: Use double and float for matrixes for best quality and speed 2016-09-27 12:53:25 +02:00
swresampleres.rc
version.h Revert "Bump minor versions after 3.2 branchpoint to seperate release" 2016-10-26 21:22:12 +02:00