git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ARM: generate position independent code to access data symbols
[ffmpeg.git]
/
libavcodec
/
arm
/
fft_fixed_neon.S
diff --git
a/libavcodec/arm/fft_fixed_neon.S
b/libavcodec/arm/fft_fixed_neon.S
index
4d891ba
..
faddc00
100644
(file)
--- a/
libavcodec/arm/fft_fixed_neon.S
+++ b/
libavcodec/arm/fft_fixed_neon.S
@@
-214,7
+214,7
@@
function fft\n\()_neon
bl fft\n4\()_neon
mov r0, r4
pop {r4, lr}
- movrel
r1, X(ff_cos_\n\()_fixed)
+ movrel
x
r1, X(ff_cos_\n\()_fixed)
mov r2, #\n4/2
b fft_pass_neon
endfunc