From cf05030ed74494ec04c6e5e6489a9921c6af89fd Mon Sep 17 00:00:00 2001 From: sletz Date: Sat, 30 Aug 2008 12:58:06 +0000 Subject: [PATCH] Correct text wscript. git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2847 0c269be4-1314-0410-8aa9-9f06e86f4224 --- macosx/JackCoreAudioAdapter.cpp | 7 ------- tests/wscript | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/macosx/JackCoreAudioAdapter.cpp b/macosx/JackCoreAudioAdapter.cpp index 0f1b346a..24af6c8b 100644 --- a/macosx/JackCoreAudioAdapter.cpp +++ b/macosx/JackCoreAudioAdapter.cpp @@ -281,13 +281,6 @@ int JackCoreAudioAdapter::AddListeners() void JackCoreAudioAdapter::RemoveListeners() { -/* -#ifdef MAC_OS_X_VERSION_10_5 - AudioDeviceDestroyIOProcID(fDeviceID, fMesureCallbackID); -#else - AudioDeviceRemoveIOProc(fDeviceID, MeasureCallback); -#endif -*/ AudioDeviceRemovePropertyListener(fDeviceID, 0, true, kAudioHardwarePropertyDevices, DeviceNotificationCallback); AudioDeviceRemovePropertyListener(fDeviceID, 0, true, kAudioDevicePropertyNominalSampleRate, DeviceNotificationCallback); AudioDeviceRemovePropertyListener(fDeviceID, 0, true, kAudioDevicePropertyDeviceIsRunning, DeviceNotificationCallback); diff --git a/tests/wscript b/tests/wscript index f834813b..daf94ceb 100644 --- a/tests/wscript +++ b/tests/wscript @@ -22,7 +22,7 @@ def build(bld): prog.env.append_value("CPPFLAGS", "-mmacosx-version-min=10.4 -arch i386 -arch ppc") #prog.env.append_value("LINKFLAGS", "-arch i386 -arch ppc") prog.env.append_value("LINKFLAGS", "") - prog.uselib_local = 'clientlib' + prog.uselib_local = 'clientlib' prog.target = test_program #if test_program != 'jack_test': # prog.inst_var = 0