mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
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:
parent
c1d67d9bd6
commit
d9279b1304
1 changed files with 4 additions and 0 deletions
|
@ -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([
|
||||
|
|
Loading…
Reference in a new issue