This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
ARM: hide a .size directive on non-ELF targets
Originally committed as revision 24094 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Måns Rullgård
15 years ago
parent
cfde3a7e13
commit
108ac7f290
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/arm/fft_neon.S
+ 1
- 1
libavcodec/arm/fft_neon.S
View File
@@ -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
Write
Preview
Loading…
Cancel
Save