[FFmpeg-devel] [PATCH] Fix compilation of ARM assembly on mingw32ce

Martin Storsjö martin
Wed Mar 10 22:40:14 CET 2010


On Wed, 10 Mar 2010, M?ns Rullg?rd wrote:

> > diff --git a/libavcodec/arm/asm.S b/libavcodec/arm/asm.S
> > index 96b5864..17139b4 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
> 
> OK

Applied, thanks!

// Martin



More information about the ffmpeg-devel mailing list