Skip to content

Instantly share code, notes, and snippets.

@ben-willmore
Created August 5, 2011 22:18
Show Gist options
  • Select an option

  • Save ben-willmore/1128664 to your computer and use it in GitHub Desktop.

Select an option

Save ben-willmore/1128664 to your computer and use it in GitHub Desktop.
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>
#ifdef __cplusplus
extern "C" {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment