Created
August 5, 2011 22:18
-
-
Save ben-willmore/1128664 to your computer and use it in GitHub Desktop.
Patch for portaudio brew; allows pyaudio to build on 10.7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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