blob: 79349892b5840ef1fae56c528e14e199c5889cc2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
$FreeBSD$
--- configure.orig
+++ configure
@@ -22200,8 +22200,8 @@
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
- #include <speex.h>
- #include <speex_callbacks.h>
+ #include <speex/speex.h>
+ #include <speex/speex_callbacks.h>
#include <ogg/ogg.h>
int
@@ -22350,10 +22350,10 @@
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
- #include <speex.h>
- #include <speex_callbacks.h>
- #include <speex_echo.h>
- #include <speex_preprocess.h>
+ #include <speex/speex.h>
+ #include <speex/speex_callbacks.h>
+ #include <speex/speex_echo.h>
+ #include <speex/speex_preprocess.h>
#include <ogg/ogg.h>
int
|