From 698a567c206b24a82a9f168f48139b76ddaae44e Mon Sep 17 00:00:00 2001 From: carmen rocco Date: Tue, 12 Apr 2005 15:31:13 +0000 Subject: speex svn path=/trunk/externals/unauthorized/; revision=2741 --- SConscript | 2 +- speex~/speexin~.c | 4 ++-- speex~/speexout~.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SConscript b/SConscript index 12aa22c..f656e78 100644 --- a/SConscript +++ b/SConscript @@ -2,7 +2,7 @@ import glob import os import re Import('env prefix') -env.Append(CPPPATH = '/usr/include/speex') +#env.Append(CPPPATH = '/usr/include/speex') for tk in glob.glob('*/*.tk'): (dir, file) = os.path.split(tk) diff --git a/speex~/speexin~.c b/speex~/speexin~.c index 9f6d477..1db6dbd 100644 --- a/speex~/speexin~.c +++ b/speex~/speexin~.c @@ -49,8 +49,8 @@ #include #endif -#include /* speex decoder stuff */ -#include /* speex decoder stuff */ +#include /* speex decoder stuff */ +#include /* speex decoder stuff */ #ifdef NT #pragma warning( disable : 4244 ) diff --git a/speex~/speexout~.c b/speex~/speexout~.c index 5be7c50..d6b71c6 100644 --- a/speex~/speexout~.c +++ b/speex~/speexout~.c @@ -62,8 +62,8 @@ #include #endif -#include /* speex codec stuff */ -#include /* speex codec stuff */ +#include /* speex codec stuff */ +#include /* speex codec stuff */ #include "m_pd.h" /* standard pd stuff */ -- cgit v1.2.1