shithub: opus-tools

Download patch

ref: eff10b6b1d1457b9919db866726e6a64f968c7b5
parent: d104fb7e216fd8a8e5b7a13e125b60ad64621dab
author: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
date: Tue Jun 10 06:53:29 EDT 2014

arch: _USE_SSE is never defined

--- a/src/arch.h
+++ b/src/arch.h
@@ -49,7 +49,7 @@
 #ifdef FLOATING_POINT
 #error You cannot compile as floating point and fixed point at the same time
 #endif
-#ifdef _USE_SSE
+#if defined(__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))