projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e561ca7
)
src/aubio_priv.h: avoid hard-coded undefs
author
Paul Brossier
<piem@piem.org>
Tue, 18 Sep 2018 14:10:47 +0000
(16:10 +0200)
committer
Paul Brossier
<piem@piem.org>
Tue, 18 Sep 2018 14:10:47 +0000
(16:10 +0200)
src/aubio_priv.h
patch
|
blob
|
history
diff --git
a/src/aubio_priv.h
b/src/aubio_priv.h
index
1e9881e
..
5bb10bf
100644
(file)
--- a/
src/aubio_priv.h
+++ b/
src/aubio_priv.h
@@
-76,8
+76,6
@@
#elif defined(HAVE_ATLAS_CBLAS_H)
#define HAVE_ATLAS 1
#include <atlas/cblas.h>
-#else
-#undef HAVE_ATLAS
#endif
#ifdef HAVE_ACCELERATE
@@
-160,8
+158,6
@@
#if !defined(HAVE_MEMCPY_HACKS) && !defined(HAVE_ACCELERATE) && !defined(HAVE_ATLAS) && !defined(HAVE_INTEL_IPP)
#define HAVE_NOOPT 1
-#else
-#undef HAVE_NOOPT
#endif
#include "types.h"