mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
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
This commit is contained in:
parent
d9427e848e
commit
18c31f6ff8
@ -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…
Reference in New Issue
Block a user