[FFmpeg-cvslog] r24094 - trunk/libavcodec/arm/fft_neon.S
mru
subversion
Wed Jul 7 22:09:37 CEST 2010
Author: mru
Date: Wed Jul 7 22:09:37 2010
New Revision: 24094
Log:
ARM: hide a .size directive on non-ELF targets
Modified:
trunk/libavcodec/arm/fft_neon.S
Modified: trunk/libavcodec/arm/fft_neon.S
==============================================================================
--- trunk/libavcodec/arm/fft_neon.S Wed Jul 7 22:03:15 2010 (r24093)
+++ trunk/libavcodec/arm/fft_neon.S Wed Jul 7 22:09:37 2010 (r24094)
@@ -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
More information about the ffmpeg-cvslog
mailing list