diff options
author | Måns Rullgård <mans@mansr.com> | 2010-03-09 16:17:56 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-03-09 16:17:56 +0000 |
commit | a7e7d40c2ead00b4435b06c0c01432e51459bf9f (patch) | |
tree | 7521febd58cce91d589773519cbdaa9a2490e926 /libavcodec/arm/mdct_neon.S | |
parent | db76ca7f3543ab9caadce1bda6d70d5c1d9be011 (diff) | |
download | ffmpeg-a7e7d40c2ead00b4435b06c0c01432e51459bf9f.tar.gz |
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/mdct_neon.S')
-rw-r--r-- | libavcodec/arm/mdct_neon.S | 6 |
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 |