[FFmpeg-cvslog] r22437 - trunk/libavcodec/arm/asm.S
mstorsjo
subversion
Wed Mar 10 22:39:58 CET 2010
Author: mstorsjo
Date: Wed Mar 10 22:39:58 2010
New Revision: 22437
Log:
Only use .size in ARM assembly when targeting ELF
This fixes compilation on mingw32ce
Modified:
trunk/libavcodec/arm/asm.S
Modified: trunk/libavcodec/arm/asm.S
==============================================================================
--- trunk/libavcodec/arm/asm.S Wed Mar 10 21:55:07 2010 (r22436)
+++ trunk/libavcodec/arm/asm.S Wed Mar 10 22:39:58 2010 (r22437)
@@ -36,7 +36,7 @@ ELF .eabi_attribute 25, \val
.macro function name, export=0
.macro endfunc
- .size \name, . - \name
+ELF .size \name, . - \name
.endfunc
.purgem endfunc
.endm
More information about the ffmpeg-cvslog
mailing list