Hi, On Fri, May 11, 2012 at 7:58 AM, Diego Biurrun <[email protected]> wrote: > From: Michael Kostylev <[email protected]> > > --- > libavcodec/x86/h264_intrapred.asm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/libavcodec/x86/h264_intrapred.asm > b/libavcodec/x86/h264_intrapred.asm > index 3beb3b9..a09eb03 100644 > --- a/libavcodec/x86/h264_intrapred.asm > +++ b/libavcodec/x86/h264_intrapred.asm > @@ -731,7 +731,7 @@ cglobal pred8x8_plane_%1, 2, 9, %2 > %endif > > mov r4, 4 > -ALIGN 16 > +ALIGNB 16,nop > .loop > %if mmsize == 16 > mova m3, m0 ; b[0..7] > -- > 1.7.2.5
Only for mmx. For anything above, using nopl is fine. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
