projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1d67d9
)
configure: Reintroduced xmmintrin.h/emmintrin.h header checks
author
Carlos Rafael Giani
<dv@pseudoterminal.org>
Sun, 7 Oct 2012 00:58:05 +0000
(
02:58
+0200)
committer
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Mon, 8 Oct 2012 10:46:35 +0000
(12:46 +0200)
The audio resampler needs these for the SSE/SSE2 code paths
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 8ee8427b1a5c9be8597733511b03c3e16b826947..584c04c947ef42967695cee8351147f83a54b3be 100644
(file)
--- 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([