Changeset d392f3e for python


Ignore:
Timestamp:
May 16, 2016, 7:58:59 AM (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:
652d72d
Parents:
e6c83dc
Message:

python/lib/moresetuptools.py: add apple audio sind and source

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/moresetuptools.py

    re6c83dc rd392f3e  
    9696        ext.extra_link_args += ['-framework', 'Accelerate']
    9797        ext.define_macros += [('HAVE_ACCELERATE', 1)]
     98        ext.define_macros += [('HAVE_SOURCE_APPLE_AUDIO', 1)]
     99        etx.define_macros += [('HAVE_SINK_APPLE_AUDIO', 1)]
    98100
    99101    if sys.platform.startswith('win'):
Note: See TracChangeset for help on using the changeset viewer.