[FFmpeg-devel] [PATCH] Fix compilation of ARM assembly on mingw32ce
Martin Storsjö
martin
Wed Mar 10 22:17:53 CET 2010
Hi,
SVN rev 22404 broke compilation on mingw32ce, giving this kind of errors:
libavcodec/arm/dsputil_arm.S:154: Warning: .size pseudo-op used outside of
.def/.endef ignored.
libavcodec/arm/dsputil_arm.S:154: Error: junk at end of line, first
unrecognized character is `f'
The attached patch is one way of fixing this; according to the gas manual,
this .size syntax is only valid for ELF, not for COFF. (What about
mach-o?)
// Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: arm-assembly-elf-size.patch
Type: text/x-diff
Size: 397 bytes
Desc:
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100310/e0f73fb2/attachment.patch>
More information about the ffmpeg-devel
mailing list