[FFmpeg-devel] [PATCH] swscale.c

Pavel Pavlov pavel
Wed Jun 3 19:56:05 CEST 2009


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: swscale.c.diff
Type: application/octet-stream
Size: 3273 bytes
Desc: swscale.c.diff
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090603/05005bf9/attachment.obj>



More information about the ffmpeg-devel mailing list