Hi, On Sat, Jun 4, 2011 at 5:52 AM, Diego Biurrun <[email protected]> wrote: > On Thu, Jun 02, 2011 at 08:34:36PM -0700, Ronald S. Bultje wrote: >> >> --- /dev/null >> +++ b/libswscale/ppc/swscale_altivec.c >> @@ -0,0 +1,419 @@ >> + >> +#include <inttypes.h> >> +#include "config.h" > > stdint.h and extra good karma for an empty line between system > and local headers. > >> --- /dev/null >> +++ b/libswscale/ppc/yuv2rgb_altivec.h >> @@ -0,0 +1,34 @@ >> + >> +#ifndef PPC_YUV2RGB_ALTIVEC_H >> +#define PPC_YUV2RGB_ALTIVEC_H 1 > > We don't define the multiple inclusion guards to 1 in general.
Can you apply a patch that fixes these both? Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
