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

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2017-10-08 10:09:58 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2017-10-08 10:09:58 +0300
commit82e6cf79c1436189c42e664eb9c7e7299f9cfc09 (patch)
tree8f1b20a6b2a397d03af8801ec665e1fce129cc46
parent072d133f7899c4783e67f90d07ab25b3b8414b8f (diff)
Fix #undef of constant
Reported in https://github.com/xiph/opus/issues/55
-rw-r--r--celt/mathops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/celt/mathops.h b/celt/mathops.h
index 1f8a20cb..5324c18a 100644
--- a/celt/mathops.h
+++ b/celt/mathops.h
@@ -72,7 +72,7 @@ static OPUS_INLINE float fast_atan2f(float y, float x) {
#undef cA
#undef cB
#undef cC
-#undef cD
+#undef cE
#endif