aboutsummaryrefslogtreecommitdiff
path: root/speex~
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 /speex~
parent4f5c043692cee5a0865228ecb8fcab3d433b3d4e (diff)
speex
svn path=/trunk/externals/unauthorized/; revision=2741
Diffstat (limited to 'speex~')
-rw-r--r--speex~/speexin~.c4
-rw-r--r--speex~/speexout~.c4
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 */