From b006b26c836ddee979ccf8f231c822a787b94824 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 30 May 2008 10:58:48 +0000 Subject: [PATCH] Implement a proper configure test for AltiVec vector declaration syntax. Originally committed as revision 13555 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 8 ++++++++ libavutil/internal.h | 7 +++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/configure b/configure index c50e92b..c4b6451 100755 --- a/configure +++ b/configure @@ -714,6 +714,7 @@ HAVE_LIST=" $ARCH_EXT_LIST $THREADS_LIST altivec_h + altivec_vector_braces arpa_inet_h bswap byteswap_h @@ -1543,6 +1544,13 @@ int main(void) { return 0; } EOF + + # check if our compiler supports braces for vector declarations + check_cc <