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

SourceForge.net noreply at sourceforge.net
Thu Jul 15 22:08:46 CEST 2010


Patches item #2883658, was opened at 2009-10-21 23:13
Message generated for change (Comment added) 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: Closed
>Resolution: Accepted
Priority: 8
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: (0.43) 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"


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

>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-07-15 16:08

Message:
included in 0.43 in dc79a38f5664055a5a8b9eb508917931fdefccd4

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

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-01-01 21:06

Message:
FYI: this patch has already been included in the pd-gui-rewrite/0.43
branch:

https://pure-data.svn.sourceforge.net/svnroot/pure-data/branches/pd-gui-rewrite/0.43

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

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