You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02: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:
@@ -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
|
||||
|
Reference in New Issue
Block a user