Browse Source

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
tags/v0.6
Martin Storsjö 15 years ago
parent
commit
18c31f6ff8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/arm/asm.S

+ 1
- 1
libavcodec/arm/asm.S View File

@@ -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


Loading…
Cancel
Save