[FFmpeg-devel] [PATCH] prettyprinting libavutil
Diego Biurrun
diego
Fri Feb 15 14:11:03 CET 2008
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.
Diego
More information about the ffmpeg-devel
mailing list