From 18c31f6ff8eef83cd19ea9e431335a854156dd18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Wed, 10 Mar 2010 21:39:58 +0000 Subject: [PATCH] Only use .size in ARM assembly when targeting ELF This fixes compilation on mingw32ce Originally committed as revision 22437 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/arm/asm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/arm/asm.S b/libavcodec/arm/asm.S index 96b5864e80..17139b4aae 100644 --- a/libavcodec/arm/asm.S +++ b/libavcodec/arm/asm.S @@ -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