[FFmpeg-devel] [PATCH] Use DECLARE_ALIGNED_16 in libavcodec/ppc/

Reimar Döffinger Reimar.Doeffinger
Thu May 17 10:26:55 CEST 2007


Hello,
On Thu, May 17, 2007 at 12:30:10AM +0200, Guillaume POIRIER wrote:
>  Attached patch does $SUBJ. I'll apply it over the week-end unless I
>  hear strong objections.
> 
>  I'll have to test it first, since this patch has been prepared on a
>  x86 machine :-)

Are there any comments on whether to put the const inside the macro or
before it? I'd prefer if this was done consistently.
Currently we only support __declspec in addition, can someone say which
of these are valid:
__declspec(align(16)) static const int test;
static const __declspec(align(16)) int test;

Greetings,
Reimar D?ffinger




More information about the ffmpeg-devel mailing list