diff options
Diffstat (limited to 'speex~')
-rw-r--r-- | speex~/speexin~.c | 4 | ||||
-rw-r--r-- | speex~/speexout~.c | 4 |
2 files changed, 4 insertions, 4 deletions
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 */ |