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.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to