[FFmpeg-cvslog] r13555 - in trunk: configure libavutil/internal.h

Diego Biurrun diego
Fri May 30 13:00:51 CEST 2008


On Fri, May 30, 2008 at 12:58:48PM +0200, diego wrote:
> 
> Log:
> Implement a proper configure test for AltiVec vector declaration syntax.
> 
> --- trunk/configure	(original)
> +++ trunk/configure	Fri May 30 12:58:48 2008
> @@ -714,6 +714,7 @@ HAVE_LIST="
>      altivec_h
> +    altivec_vector_braces
>      arpa_inet_h
> --- trunk/libavutil/internal.h	(original)
> +++ trunk/libavutil/internal.h	Fri May 30 12:58:48 2008
> @@ -50,11 +50,10 @@
>  
> +#ifdef HAVE_ALTIVEC_VECTOR_BRACES
>  #define AVV(x...) {x}

If anybody has a suggestion for a better name, I'm all ears...

Diego




More information about the ffmpeg-cvslog mailing list