shithub: aubio

Download patch

ref: d392f3edbc39a4d8fe1dfd3aac64a6a964c1d531
parent: e6c83dc285f07ee28e91a4685bead4146685914c
author: Paul Brossier <piem@piem.org>
date: Mon May 16 03:58:59 EDT 2016

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

--- a/python/lib/moresetuptools.py
+++ b/python/lib/moresetuptools.py
@@ -95,6 +95,8 @@
     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)]