[FFmpeg-devel] [PATCH] swscale.c
Michael Niedermayer
michaelni
Wed Jun 3 21:29:28 CEST 2009
On Wed, Jun 03, 2009 at 01:56:05PM -0400, Pavel Pavlov wrote:
> Old:
> static const uint8_t __attribute__((aligned(8)))
> dither_2x2_4[2][8]={
>
> New:
> DECLARE_ALIGNED(8, static const uint8_t, dither_2x2_4[2][8])={
> ...
>
> PS. I have some changes like that to make it compile with icl, I may
> send in my diffs for other files as well later on
all patches that replace _attribute__((aligned ... by the macros
are ok
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
When the tyrant has disposed of foreign enemies by conquest or treaty, and
there is nothing more to fear from them, then he is always stirring up
some war or other, in order that the people may require a leader. -- Plato
-------------- 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/20090603/65dbc631/attachment.pgp>
More information about the ffmpeg-devel
mailing list