From d392f3edbc39a4d8fe1dfd3aac64a6a964c1d531 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 16 May 2016 07:58:59 +0200 Subject: [PATCH 1/1] python/lib/moresetuptools.py: add apple audio sind and source --- python/lib/moresetuptools.py | 2 ++ 1 file changed, 2 insertions(+) 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)] -- 2.11.0