Skip to content

Instantly share code, notes, and snippets.

View ben-willmore's full-sized avatar

Ben Willmore ben-willmore

View GitHub Profile
@ben-willmore
ben-willmore / gist:1128664
Created August 5, 2011 22:18
Patch for portaudio brew; allows pyaudio to build on 10.7
diff --git a/include/pa_mac_core.h b/include/pa_mac_core.h
index 783e3bc..d7ff4a2 100644
--- a/include/pa_mac_core.h
+++ b/include/pa_mac_core.h
@@ -39,7 +39,7 @@
*/
#include <AudioUnit/AudioUnit.h>
-//#include <AudioToolbox/AudioToolbox.h>
+#include <AudioToolbox/AudioToolbox.h>