Changeset cc81763 for src/io


Ignore:
Timestamp:
Sep 5, 2015, 11:41:36 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:
70ba6dd
Parents:
39c4721
Message:

wscript: add option to not build with CoreAudio/AudioToolbox?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/audio_unit.c

    r39c4721 rcc81763  
    2020
    2121#include "config.h"
    22 #ifdef TARGET_OS_IPHONE
     22#ifdef HAVE_AUDIO_UNIT
    2323#include "aubio_priv.h"
    2424
     
    775775}
    776776
    777 #endif /* TARGET_OS_IPHONE */
     777#endif /* HAVE_AUDIO_UNIT */
Note: See TracChangeset for help on using the changeset viewer.