Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libspeexdsp/arch.h')
-rw-r--r--libspeexdsp/arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libspeexdsp/arch.h b/libspeexdsp/arch.h
index 73a45a0..4449751 100644
--- a/libspeexdsp/arch.h
+++ b/libspeexdsp/arch.h
@@ -41,7 +41,7 @@
#ifdef FLOATING_POINT
#error You cannot compile as floating point and fixed point at the same time
#endif
-#ifdef _USE_SSE
+#ifdef USE_SSE
#error SSE is only for floating-point
#endif
#if ((defined (ARM4_ASM)||defined (ARM4_ASM)) && defined(BFIN_ASM)) || (defined (ARM4_ASM)&&defined(ARM5E_ASM))