summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2018-03-11 20:41:57 +0100
committerUwe Klotz <uklotz@mixxx.org>2018-03-11 20:41:57 +0100
commitce4a9ee9fb264f61ecfc17dc5328adde28d65d5b (patch)
tree04eaf26311cfd86921abc145f7e8d52b3a9e6f48 /lib
parenta26b8c7aaf7de4ab30da5ef3e26a132e295b9a33 (diff)
Revert "Fix Windows build with a simple patch"
Diffstat (limited to 'lib')
-rw-r--r--lib/libebur128/ebur128/ebur128.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libebur128/ebur128/ebur128.c b/lib/libebur128/ebur128/ebur128.c
index 9c2b439d24..2e987102cb 100644
--- a/lib/libebur128/ebur128/ebur128.c
+++ b/lib/libebur128/ebur128/ebur128.c
@@ -528,7 +528,7 @@ static void ebur128_check_true_peak(ebur128_state* st, size_t frames) {
}
}
-#if defined(__SSE2_MATH__) || defined(__SSE2__)
+#ifdef __SSE2_MATH__
#include <xmmintrin.h>
#define TURN_ON_FTZ \
unsigned int mxcsr = _mm_getcsr(); \