Re: [libav-devel] [RFC] [PATCH 1/2] ppc: Centralize compiler-specific altivec.h #include handling in one place

2016-12-13 Thread Luca Barbato
On 13/12/2016 14:02, Diego Biurrun wrote: > Also move #includes into canonical order where appropriate. > --- > > It seems saner not to spread this ugliness all over the place. > Set ok if it does build. lu ___ libav-devel mailing list

[libav-devel] [RFC] [PATCH 1/2] ppc: Centralize compiler-specific altivec.h #include handling in one place

2016-12-13 Thread Diego Biurrun
Also move #includes into canonical order where appropriate. --- It seems saner not to spread this ugliness all over the place. libavcodec/ppc/apedsp_altivec.c | 6 ++ libavcodec/ppc/audiodsp.c | 5 + libavcodec/ppc/blockdsp.c | 7 +++ libavcodec/ppc/fdctdsp.c