summaryrefslogtreecommitdiff
path: root/libavcodec/arm/mdct_neon.S
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/arm/mdct_neon.S')
-rw-r--r--libavcodec/arm/mdct_neon.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/arm/mdct_neon.S b/libavcodec/arm/mdct_neon.S
index 9f2f9b3fd8..fac75be8e7 100644
--- a/libavcodec/arm/mdct_neon.S
+++ b/libavcodec/arm/mdct_neon.S
@@ -122,7 +122,7 @@ function ff_imdct_half_neon, export=1
vst2.32 {d5,d7}, [r8,:128]
pop {r4-r8,pc}
-.endfunc
+endfunc
function ff_imdct_calc_neon, export=1
push {r4-r6,lr}
@@ -158,7 +158,7 @@ function ff_imdct_calc_neon, export=1
bgt 1b
pop {r4-r6,pc}
-.endfunc
+endfunc
function ff_mdct_calc_neon, export=1
push {r4-r10,lr}
@@ -300,4 +300,4 @@ function ff_mdct_calc_neon, export=1
vst2.32 {d5,d7}, [r8,:128]
pop {r4-r10,pc}
-.endfunc
+endfunc