Changeset b8c50c3


Ignore:
Timestamp:
Sep 6, 2015, 9:27:23 AM (9 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:
4aa18e3, ee6ca74
Parents:
44e9eeb5
Message:

src/aubio_priv.h: add missing if/endif

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/aubio_priv.h

    r44e9eeb5 rb8c50c3  
    7777#ifdef HAVE_ACCELERATE
    7878#include <Accelerate/Accelerate.h>
     79#if !HAVE_AUBIO_DOUBLE
    7980#define aubio_vDSP_mmov       vDSP_mmov
    8081#define aubio_vDSP_vmul       vDSP_vmul
     
    8586#define aubio_vDSP_vfill      vDSP_vfillD
    8687#endif /* HAVE_AUBIO_DOUBLE */
    87 #endif
     88#endif /* HAVE_ACCELERATE */
    8889
    8990#ifdef HAVE_ATLAS
     
    9596#define aubio_cblas_copy      cblas_dcopy
    9697#endif /* HAVE_AUBIO_DOUBLE */
     98#endif /* HAVE_ATLAS */
    9799
    98100#if !defined(HAVE_MEMCPY_HACKS) && !defined(HAVE_ACCELERATE) && !defined(HAVE_ATLAS)
Note: See TracChangeset for help on using the changeset viewer.