From ee098fc1d0c39699a5c81685c12edef1e86c1f8c Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 18 Aug 2003 01:11:10 +0000 Subject: excluded malloc.h for MacOS X because of compile troubles svn path=/trunk/externals/unauthorized/; revision=883 --- countund/countund.c | 4 +++- formant~/formant~.c | 4 +++- mp3cast~/mp3cast~.c | 2 ++ mp3live~/mp3streamout~.c | 2 ++ mp3write~/mp3write~.c | 2 ++ randomblock~/randomblock~.c | 2 ++ samplebox~/samplebox~.c | 2 ++ sonogram~/sonogram~.c | 2 ++ speex~/speexout~.c | 2 ++ 9 files changed, 20 insertions(+), 2 deletions(-) diff --git a/countund/countund.c b/countund/countund.c index 709ffd0..8ce5376 100644 --- a/countund/countund.c +++ b/countund/countund.c @@ -32,7 +32,9 @@ #include #include #include +#ifndef MACOSX #include +#endif #include #include #include @@ -41,7 +43,7 @@ #include #include -#include "m_pd.h" /* standard pd stuff */ +#include /* standard pd stuff */ static char *countund_version = "countund~: count up to a value and then down to zero : author : ydegoyon@free.fr"; diff --git a/formant~/formant~.c b/formant~/formant~.c index eba7db5..609641a 100644 --- a/formant~/formant~.c +++ b/formant~/formant~.c @@ -34,7 +34,9 @@ #include #include #include +#ifndef MACOSX #include +#endif #include #ifdef UNIX #include @@ -44,7 +46,7 @@ #endif #include -#include "m_pd.h" /* standard pd stuff */ +#include /* standard pd stuff */ static char *formant_version = "formant~: formant synthesis version 0.1, written by Yves Degoyon"; diff --git a/mp3cast~/mp3cast~.c b/mp3cast~/mp3cast~.c index 5c881c3..2f01fc3 100644 --- a/mp3cast~/mp3cast~.c +++ b/mp3cast~/mp3cast~.c @@ -42,7 +42,9 @@ #include #include #include +#ifndef MACOSX #include +#endif #include #ifdef UNIX #include diff --git a/mp3live~/mp3streamout~.c b/mp3live~/mp3streamout~.c index 2bf561f..4c6ce1c 100644 --- a/mp3live~/mp3streamout~.c +++ b/mp3live~/mp3streamout~.c @@ -43,7 +43,9 @@ #include #include #include +#ifndef MACOSX #include +#endif #include #ifdef UNIX #include diff --git a/mp3write~/mp3write~.c b/mp3write~/mp3write~.c index fe8cb47..8374703 100644 --- a/mp3write~/mp3write~.c +++ b/mp3write~/mp3write~.c @@ -42,7 +42,9 @@ #include #include #include +#ifndef MACOSX #include +#endif #include #ifdef UNIX #include diff --git a/randomblock~/randomblock~.c b/randomblock~/randomblock~.c index 69f4da5..cffa25e 100644 --- a/randomblock~/randomblock~.c +++ b/randomblock~/randomblock~.c @@ -32,7 +32,9 @@ #include #include #include +#ifndef MACOSX #include +#endif #include #include #include diff --git a/samplebox~/samplebox~.c b/samplebox~/samplebox~.c index e276df5..aea6c11 100644 --- a/samplebox~/samplebox~.c +++ b/samplebox~/samplebox~.c @@ -36,7 +36,9 @@ #include #include #include +#ifndef MACOSX #include +#endif #include #ifdef UNIX #include diff --git a/sonogram~/sonogram~.c b/sonogram~/sonogram~.c index d16f6ca..844f71f 100644 --- a/sonogram~/sonogram~.c +++ b/sonogram~/sonogram~.c @@ -37,7 +37,9 @@ #include #include #include +#ifndef MACOSX #include +#endif #include #include #ifdef UNIX diff --git a/speex~/speexout~.c b/speex~/speexout~.c index 793f7ec..cab3746 100644 --- a/speex~/speexout~.c +++ b/speex~/speexout~.c @@ -43,7 +43,9 @@ #include #include #include +#ifndef MACOSX #include +#endif #include #ifdef UNIX #include -- cgit v1.2.1