From e880888795c07fea44a5e6c7570bf09677527f37 Mon Sep 17 00:00:00 2001 From: Stephen Sinclair Date: Fri, 9 Jun 2017 15:45:02 -0400 Subject: Remove OSS configuration from pyrtaudio. Fixes #91. --- contrib/python/pyrtaudio/setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'contrib/python') diff --git a/contrib/python/pyrtaudio/setup.py b/contrib/python/pyrtaudio/setup.py index 6ad0d4a..a942f3b 100644 --- a/contrib/python/pyrtaudio/setup.py +++ b/contrib/python/pyrtaudio/setup.py @@ -18,8 +18,7 @@ sources = ['rtaudiomodule.cpp', '../../../RtAudio.cpp'] if OSNAME == 'Linux': define_macros=[("__LINUX_ALSA__", ''), - ('__LINUX_JACK__', ''), - ('__LINUX_OSS__', '')] + ('__LINUX_JACK__', '')] libraries = ['asound', 'jack', 'pthread'] elif OSNAME == 'Darwin': -- cgit v1.2.3