summaryrefslogtreecommitdiff
path: root/libavcodec/arm/int_neon.S
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-09 16:17:56 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-09 16:17:56 +0000
commita7e7d40c2ead00b4435b06c0c01432e51459bf9f (patch)
tree7521febd58cce91d589773519cbdaa9a2490e926 /libavcodec/arm/int_neon.S
parentdb76ca7f3543ab9caadce1bda6d70d5c1d9be011 (diff)
ARM: set size of asm functions in object files
Originally committed as revision 22404 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/arm/int_neon.S')
-rw-r--r--libavcodec/arm/int_neon.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/arm/int_neon.S b/libavcodec/arm/int_neon.S
index 8868852bbf..e8023e0686 100644
--- a/libavcodec/arm/int_neon.S
+++ b/libavcodec/arm/int_neon.S
@@ -75,7 +75,7 @@ function ff_scalarproduct_int16_neon, export=1
vpaddl.s32 d3, d2
vmov.32 r0, d3[0]
bx lr
- .endfunc
+endfunc
@ scalarproduct_and_madd_int16(/*aligned*/v0,v1,v2,order,mul)
function ff_scalarproduct_and_madd_int16_neon, export=1
@@ -115,4 +115,4 @@ function ff_scalarproduct_and_madd_int16_neon, export=1
vpaddl.s32 d3, d2
vmov.32 r0, d3[0]
bx lr
- .endfunc
+endfunc