summaryrefslogtreecommitdiff
path: root/libavcodec/arm/fft_fixed_neon.S
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2014-11-16 12:51:54 +0200
committerMartin Storsjö <martin@martin.st>2014-12-09 11:43:25 +0200
commitf963f80399deb1a2b44c1bac3af7123e8a0c9e46 (patch)
tree8d0a9e61779857e987d90fa492c93350ada93bf3 /libavcodec/arm/fft_fixed_neon.S
parent3c01039e0bc7d269900e15551f8171c4328a0223 (diff)
arm: Use .data.rel.ro for const data with relocations
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/arm/fft_fixed_neon.S')
-rw-r--r--libavcodec/arm/fft_fixed_neon.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/arm/fft_fixed_neon.S b/libavcodec/arm/fft_fixed_neon.S
index faddc0095a..c70a18991a 100644
--- a/libavcodec/arm/fft_fixed_neon.S
+++ b/libavcodec/arm/fft_fixed_neon.S
@@ -242,7 +242,7 @@ function ff_fft_fixed_calc_neon, export=1
bx r3
endfunc
-const fft_fixed_tab_neon
+const fft_fixed_tab_neon, relocate=1
.word fft4_neon
.word fft8_neon
.word fft16_neon