aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcarmen rocco <ix9@users.sourceforge.net>2005-04-12 15:31:13 +0000
committercarmen rocco <ix9@users.sourceforge.net>2005-04-12 15:31:13 +0000
commit698a567c206b24a82a9f168f48139b76ddaae44e (patch)
treea95414405857c0c35aef8b1908033cd0089ccb76
parent4f5c043692cee5a0865228ecb8fcab3d433b3d4e (diff)
speex
svn path=/trunk/externals/unauthorized/; revision=2741
-rw-r--r--SConscript2
-rw-r--r--speex~/speexin~.c4
-rw-r--r--speex~/speexout~.c4
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 <winsock.h>
#endif
-#include <speex.h> /* speex decoder stuff */
-#include <speex_bits.h> /* speex decoder stuff */
+#include <speex/speex.h> /* speex decoder stuff */
+#include <speex/speex_bits.h> /* 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 <windef.h>
#endif
-#include <speex.h> /* speex codec stuff */
-#include <speex_bits.h> /* speex codec stuff */
+#include <speex/speex.h> /* speex codec stuff */
+#include <speex/speex_bits.h> /* speex codec stuff */
#include "m_pd.h" /* standard pd stuff */