forked from Lainports/freebsd-ports
31 lines
No EOL
842 B
Text
31 lines
No EOL
842 B
Text
|
|
$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 |