From: Carlos Rafael Giani Date: Sun, 7 Oct 2012 00:58:05 +0000 (+0200) Subject: configure: Reintroduced xmmintrin.h/emmintrin.h header checks X-Git-Tag: 1.19.3~511^2~5854 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d9279b1304e6a5b913e050d475ab1a763b6b46c2;p=platform%2Fupstream%2Fgstreamer.git configure: Reintroduced xmmintrin.h/emmintrin.h header checks The audio resampler needs these for the SSE/SSE2 code paths Signed-off-by: Carlos Rafael Giani --- diff --git a/configure.ac b/configure.ac index 8ee8427..584c04c 100644 --- a/configure.ac +++ b/configure.ac @@ -167,6 +167,10 @@ dnl *** checks for header files *** dnl check if we have ANSI C header files AC_HEADER_STDC +dnl check for GCC specific SSE headers +dnl these are used by the speex resampler code +AC_CHECK_HEADERS([xmmintrin.h emmintrin.h]) + ac_cppflags_save="$CPPFLAGS" CPPFLAGS="`$PKG_CONFIG --cflags libxml-2.0`" AC_COMPILE_IFELSE([