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
x86
audioconvert.c swresample: add int64 sample format 2016-08-18 15:30:05 +02:00
audioconvert.h
dither.c swresample: Skip over dither steps if dithering scale is 0 2016-08-18 11:52:11 +02:00
dither_template.c swresample/dither_template: Add missing license header 2015-09-27 13:09:10 +02:00
libswresample.v Merge commit '535a742c26' 2016-06-27 17:56:47 +02:00
log2_tab.c swresample: include ff_log2_tab for shared builds 2012-10-20 01:58:04 +02:00
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
resample.c swresample/resample: free existing ResampleContext on reinit 2017-03-21 12:12:09 -03:00
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-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