]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/arm/simple_idct_neon.S
applehttp: Properly clean up if unable to probe a segment
[ffmpeg] / libavcodec / arm / simple_idct_neon.S
index cbed9eefe45ede8507c2a9be2375cb7d94d60ef9..0c4e05d869bea8d3cc8fcad8ff82fbd412d77975 100644 (file)
@@ -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}