From: Paul Brossier Date: Mon, 16 May 2016 05:58:59 +0000 (+0200) Subject: python/lib/moresetuptools.py: add apple audio sind and source X-Git-Tag: 0.4.4~300^2~5 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=d392f3edbc39a4d8fe1dfd3aac64a6a964c1d531;p=aubio.git python/lib/moresetuptools.py: add apple audio sind and source --- diff --git a/python/lib/moresetuptools.py b/python/lib/moresetuptools.py index 8c67e66b..81f786e7 100644 --- a/python/lib/moresetuptools.py +++ b/python/lib/moresetuptools.py @@ -95,6 +95,8 @@ def add_local_aubio_sources(ext): if sys.platform.startswith('darwin'): ext.extra_link_args += ['-framework', 'Accelerate'] ext.define_macros += [('HAVE_ACCELERATE', 1)] + ext.define_macros += [('HAVE_SOURCE_APPLE_AUDIO', 1)] + etx.define_macros += [('HAVE_SINK_APPLE_AUDIO', 1)] if sys.platform.startswith('win'): ext.define_macros += [('HAVE_WIN_HACKS', 1)]