On Fri, May 11, 2012 at 04:06:08PM +0100, Måns Rullgård wrote: > Diego Biurrun <[email protected]> writes: > > --- a/libavcodec/x86/h264_intrapred.asm > > +++ b/libavcodec/x86/h264_intrapred.asm > > @@ -731,7 +731,7 @@ cglobal pred8x8_plane_%1, 2, 9, %2 > > > > mov r4, 4 > > -ALIGN 16 > > +ALIGNB 16,nop > > .loop > > %if mmsize == 16 > > mova m3, m0 ; b[0..7] > > This file is built with yasm so mentioning gcc is wrong.
Log message fixed locally. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
