summaryrefslogtreecommitdiff
path: root/libavcodec/arm/simple_idct_neon.S
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-07-09 12:37:08 +0100
committerMans Rullgard <mans@mansr.com>2011-07-10 17:56:06 +0100
commit11043d80f60ca37330f5f1afb8ee956665a71290 (patch)
tree4130024372ffb84b30112245fa8b156db912c62b /libavcodec/arm/simple_idct_neon.S
parent39c2a6bf44b25534fdbc9b6ac3844dab28ba5b0e (diff)
ARM: use const macro to define constant data in asm
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/arm/simple_idct_neon.S')
-rw-r--r--libavcodec/arm/simple_idct_neon.S5
1 files changed, 2 insertions, 3 deletions
diff --git a/libavcodec/arm/simple_idct_neon.S b/libavcodec/arm/simple_idct_neon.S
index cbed9eefe4..0c4e05d869 100644
--- a/libavcodec/arm/simple_idct_neon.S
+++ b/libavcodec/arm/simple_idct_neon.S
@@ -243,10 +243,9 @@ function idct_col4_st8_neon
bx lr
endfunc
- .section .rodata
- .align 4
-idct_coeff_neon:
+const idct_coeff_neon, align=4
.short W1, W2, W3, W4, W5, W6, W7, W4c
+endconst
.macro idct_start data
push {r4-r7, lr}