Hi, On Wed, Jan 4, 2012 at 6:14 AM, Diego Biurrun <[email protected]> wrote: > diff --git a/libswscale/ppc/yuv2rgb_altivec.h > b/libswscale/ppc/yuv2rgb_altivec.h > index b809fe1..cf0d044 100644 > --- a/libswscale/ppc/yuv2rgb_altivec.h > +++ b/libswscale/ppc/yuv2rgb_altivec.h > @@ -24,13 +24,18 @@ > #ifndef PPC_YUV2RGB_ALTIVEC_H > #define PPC_YUV2RGB_ALTIVEC_H 1 > > -#define YUV2PACKEDX_HEADER(suffix) \ > -void ff_yuv2 ## suffix ## _X_altivec(SwsContext *c, const int16_t > *lumFilter, \ > - const int16_t **lumSrc, int lumFilterSize, \ > - const int16_t *chrFilter, const int16_t > **chrUSrc, \ > - const int16_t **chrVSrc, int chrFilterSize, \ > - const int16_t **alpSrc, uint8_t *dest, \ > - int dstW, int dstY); > +#define YUV2PACKEDX_HEADER(suffix) \ > + void ff_yuv2 ## suffix ## _X_altivec(SwsContext *c, \ > + const int16_t *lumFilter, \ > + const int16_t **lumSrc, \ > + int lumFilterSize, \ > + const int16_t *chrFilter, \ > + const int16_t **chrUSrc, \ > + const int16_t **chrVSrc, \ > + int chrFilterSize, \ > + const int16_t **alpSrc, \ > + uint8_t *dest, \ > + int dstW, int dstY);
Sure, why not. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
