[FFmpeg-devel] [PATCH] prettyprinting libavutil
Michael Niedermayer
michaelni
Fri Feb 15 15:32:35 CET 2008
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.
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
I have often repented speaking, but never of holding my tongue.
-- Xenocrates
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080215/97ad2651/attachment.pgp>
More information about the ffmpeg-devel
mailing list