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 <dv@pseudoterminal.org>
This commit is contained in:
Carlos Rafael Giani 2012-10-07 02:58:05 +02:00 committed by Sebastian Dröge
parent c1d67d9bd6
commit d9279b1304

View file

@ -167,6 +167,10 @@ dnl *** checks for header files ***
dnl check if we have ANSI C header files dnl check if we have ANSI C header files
AC_HEADER_STDC 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" ac_cppflags_save="$CPPFLAGS"
CPPFLAGS="`$PKG_CONFIG --cflags libxml-2.0`" CPPFLAGS="`$PKG_CONFIG --cflags libxml-2.0`"
AC_COMPILE_IFELSE([ AC_COMPILE_IFELSE([