summaryrefslogtreecommitdiff
path: root/libavcodec/arm/fft_neon.S
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-07-07 20:09:37 +0000
committerMåns Rullgård <mans@mansr.com>2010-07-07 20:09:37 +0000
commit108ac7f29091abe0a746d3ab25d5e1e70a8111cc (patch)
treece894de6812a0aba8e6826cb66c3f378121c56ad /libavcodec/arm/fft_neon.S
parentcfde3a7e13ed694feb67e570567a28cee783eb57 (diff)
ARM: hide a .size directive on non-ELF targets
Originally committed as revision 24094 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/arm/fft_neon.S')
-rw-r--r--libavcodec/arm/fft_neon.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/arm/fft_neon.S b/libavcodec/arm/fft_neon.S
index c90333466d..72431535d8 100644
--- a/libavcodec/arm/fft_neon.S
+++ b/libavcodec/arm/fft_neon.S
@@ -364,7 +364,7 @@ fft_tab_neon:
.word fft16384_neon
.word fft32768_neon
.word fft65536_neon
- .size fft_tab_neon, . - fft_tab_neon
+ELF .size fft_tab_neon, . - fft_tab_neon
.align 4
pmmp: .float +1.0, -1.0, -1.0, +1.0