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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/audaspace')
-rw-r--r--intern/audaspace/intern/AUD_JOSResampleReader.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/audaspace/intern/AUD_JOSResampleReader.cpp b/intern/audaspace/intern/AUD_JOSResampleReader.cpp
index 87577da95cc..0448c75d777 100644
--- a/intern/audaspace/intern/AUD_JOSResampleReader.cpp
+++ b/intern/audaspace/intern/AUD_JOSResampleReader.cpp
@@ -36,6 +36,7 @@
/* MSVC does not have lrint */
#ifdef _MSC_VER
+#if _MSC_VER < 1800
#ifdef _M_X64
#include <emmintrin.h>
static inline int lrint(double d)
@@ -56,6 +57,7 @@ static inline int lrint(double d)
}
#endif
#endif
+#endif
// UNUSED
// #define CC m_channels + channel