Changeset aad1235


Ignore:
Timestamp:
Apr 22, 2016, 11:48:15 PM (8 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, pitchshift, sampler, timestretch, yinfft+
Children:
0806cd2
Parents:
6f42c16
Message:

src/aubio_priv.h: check if HAVE_ATLAS_CBLAS_H is defined, avoiding warning otherwise

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/aubio_priv.h

    r6f42c16 raad1235  
    6868#define HAVE_ATLAS 1
    6969#include <Accelerate/Accelerate.h>
    70 #elif HAVE_ATLAS_CBLAS_H
     70#elif defined(HAVE_ATLAS_CBLAS_H)
    7171#define HAVE_ATLAS 1
    7272#include <atlas/cblas.h>
Note: See TracChangeset for help on using the changeset viewer.