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