[FFmpeg-devel] [PATCH] prettyprinting libavutil
Diego Biurrun
diego
Fri Feb 15 15:58:15 CET 2008
On Fri, Feb 15, 2008 at 03:32:35PM +0100, Michael Niedermayer wrote:
> On Fri, Feb 15, 2008 at 02:11:03PM +0100, Diego Biurrun wrote:
> > On Fri, Feb 15, 2008 at 11:34:49AM +0100, Reimar D?ffinger wrote:
> > > > #elif defined(ARCH_SH4)
> > > > - __asm__(
> > > > - "swap.b %0,%0\n"
> > > > - "swap.w %0,%0\n"
> > > > - "swap.b %0,%0\n"
> > > > - :"=r"(x):"0"(x));
> > > > + __asm__("swap.b %0,%0\n"
> > > > + "swap.w %0,%0\n"
> > > > + "swap.b %0,%0\n"
> > > > + :"=r"(x):"0"(x));
> > >
> > > Looks messed-up, the last lines seem to miss a space...
> >
> > Thanks for noticing, fixed locally.
>
> Then i am fine with the patch.
Applied.
Diego
More information about the ffmpeg-devel
mailing list