audioresample: Fix build on x86 if emmintrin.h is available but can't be used
authorAntoine Jacoutot <ajacoutot@gnome.org>
Mon, 20 Jan 2014 14:44:09 +0000 (15:44 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 20 Jan 2014 15:08:41 +0000 (16:08 +0100)
commitdaa194b71ea6f9e8ee522ab02e8c56150b7e62b3
tree7f5372a831b4b0512adeb1d5dd6054d484cf65e3
parentbf4a72a4e6aad203113d8d6f1b87b9bf518fb88f
audioresample: Fix build on x86 if emmintrin.h is available but can't be used

On i386, EMMINTRIN is defined but not usable without SSE so check for
__SSE__ and __SSE2__ as well.

https://bugzilla.gnome.org/show_bug.cgi?id=670690
gst/audioresample/resample.c