diff options
-rw-r--r-- | SConscript | 2 | ||||
-rw-r--r-- | speex~/speexin~.c | 4 | ||||
-rw-r--r-- | speex~/speexout~.c | 4 |
3 files changed, 5 insertions, 5 deletions
@@ -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 */ |