projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daa194b
)
audioresample: It's HAVE_EMMINTRIN_H, not HAVE_XMMINTRIN_H for SSE2
author
Sebastian Dröge
<sebastian@centricular.com>
Mon, 20 Jan 2014 15:11:04 +0000
(16:11 +0100)
committer
Sebastian Dröge
<sebastian@centricular.com>
Mon, 20 Jan 2014 15:11:04 +0000
(16:11 +0100)
gst/audioresample/resample.c
patch
|
blob
|
history
diff --git
a/gst/audioresample/resample.c
b/gst/audioresample/resample.c
index
481fa01
..
4410bdd
100644
(file)
--- a/
gst/audioresample/resample.c
+++ b/
gst/audioresample/resample.c
@@
-83,7
+83,7
@@
#endif
#ifdef _USE_SSE2
-#if !defined(__SSE2__) || !defined(HAVE_
X
MMINTRIN_H)
+#if !defined(__SSE2__) || !defined(HAVE_
E
MMINTRIN_H)
#undef _USE_SSE2
#endif
#endif