Changeset b3146df


Ignore:
Timestamp:
Sep 18, 2018, 4:10:47 PM (6 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
8428a52
Parents:
e561ca7
Message:

src/aubio_priv.h: avoid hard-coded undefs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/aubio_priv.h

    re561ca7 rb3146df  
    7777#define HAVE_ATLAS 1
    7878#include <atlas/cblas.h>
    79 #else
    80 #undef HAVE_ATLAS
    8179#endif
    8280
     
    161159#if !defined(HAVE_MEMCPY_HACKS) && !defined(HAVE_ACCELERATE) && !defined(HAVE_ATLAS) && !defined(HAVE_INTEL_IPP)
    162160#define HAVE_NOOPT 1
    163 #else
    164 #undef HAVE_NOOPT
    165161#endif
    166162
Note: See TracChangeset for help on using the changeset viewer.