aboutsummaryrefslogtreecommitdiff
path: root/mp3live~
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-09-02 05:19:17 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-09-02 05:19:17 +0000
commita2b76c71f48393a78f43606f2bbc34727901f2dd (patch)
tree5eb3e2a78f1d72256a77b3fa2d4324feb1b33787 /mp3live~
parentb06d166030d3b24c432bcc0c1f4357dfc98db4e2 (diff)
added #if's and minor tweaks to make things compile with pd 0.37
svn path=/trunk/externals/unauthorized/; revision=929
Diffstat (limited to 'mp3live~')
-rw-r--r--mp3live~/mp3fileout~.c1
-rw-r--r--mp3live~/mp3streamin~.c5
2 files changed, 6 insertions, 0 deletions
diff --git a/mp3live~/mp3fileout~.c b/mp3live~/mp3fileout~.c
index edadf8e..41476f1 100644
--- a/mp3live~/mp3fileout~.c
+++ b/mp3live~/mp3fileout~.c
@@ -30,6 +30,7 @@
/* ---------------------------------------------------------------------------- */
+#include <m_pd.h>
#include <m_imp.h>
#include <g_canvas.h>
diff --git a/mp3live~/mp3streamin~.c b/mp3live~/mp3streamin~.c
index 954af64..54fe5ac 100644
--- a/mp3live~/mp3streamin~.c
+++ b/mp3live~/mp3streamin~.c
@@ -30,9 +30,14 @@
/* ---------------------------------------------------------------------------- */
+#include <m_pd.h>
#include <m_imp.h>
#include <g_canvas.h>
+#if PD_MINOR_VERSION >=37
+#include "s_stuff.h"
+#endif
+
#include <sys/types.h>
#include <string.h>
#ifdef UNIX