[PD-dev] [ pure-data-Patches-2883658 ] remove portaudio.h from s_midi_pm.c

SourceForge.net noreply at sourceforge.net
Thu Oct 22 05:13:32 CEST 2009


Patches item #2883658, was opened at 2009-10-21 23:13
Message generated for change (Tracker Item Submitted) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2883658&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: bugfix
Status: Open
Resolution: None
Priority: 8
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: remove portaudio.h from s_midi_pm.c

Initial Comment:
Somehow, s_midi_pm.c has portaudio.h in it.  Its not needed at all, and having it there prevents compiling Pd with portmidi but without portaudio, which is needed by some devices, like the iPhone/iPod.

===================================================================
--- src/s_midi_pm.c	(revision 12617)
+++ src/s_midi_pm.c	(working copy)
@@ -18,7 +18,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>
-#include "portaudio.h"
 #include "portmidi.h"
 #include "porttime.h"


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2883658&group_id=55736




More information about the Pd-dev mailing list