[Ffmpeg-devel] PATCH Blackfin UNALIGNED_STORES_ARE_BAD in bitstream.h

Michael Niedermayer michaelni
Tue Apr 17 17:39:35 CEST 2007


Hi

On Tue, Apr 17, 2007 at 10:07:39AM -0400, mmh wrote:
Content-Description: message body text
> 
>  > On Tue, Apr 17, 2007 at 08:28:10AM -0400, Marc Hoffman wrote:
>  > > -#if defined(ARCH_SPARC) || defined(ARCH_ARMV4L) || defined(ARCH_MIPS)
>  > > +#if defined(ARCH_SPARC) || defined(ARCH_ARMV4L) || defined(ARCH_MIPS)  || defined(ARCH_BFIN)
>  > 
>  > You added two spaces before the ||...
> 
> thanks
> 

> Index: bitstream.h
> ===================================================================
> --- bitstream.h	(revision 8596)
> +++ bitstream.h	(working copy)
> @@ -166,7 +166,7 @@
>      uint8_t run;
>  } RL_VLC_ELEM;
>  
> -#if defined(ARCH_SPARC) || defined(ARCH_ARMV4L) || defined(ARCH_MIPS)
> +#if defined(ARCH_SPARC) || defined(ARCH_ARMV4L) || defined(ARCH_MIPS) || defined(ARCH_BFIN)
>  #define UNALIGNED_STORES_ARE_BAD

looks ok

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

I know you won't believe me, but the highest form of Human Excellence is
to question oneself and others. -- Socrates
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070417/cd2bf941/attachment.pgp>



More information about the ffmpeg-devel mailing list