git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfde3a7
)
ARM: hide a .size directive on non-ELF targets
author
Måns Rullgård
<mans@mansr.com>
Wed, 7 Jul 2010 20:09:37 +0000
(20:09 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Wed, 7 Jul 2010 20:09:37 +0000
(20:09 +0000)
Originally committed as revision 24094 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/arm/fft_neon.S
patch
|
blob
|
history
diff --git
a/libavcodec/arm/fft_neon.S
b/libavcodec/arm/fft_neon.S
index
c903334
..
7243153
100644
(file)
--- 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