diff options
| author | Christian Weisgerber <naddy@FreeBSD.org> | 2007-06-06 14:01:06 +0000 |
|---|---|---|
| committer | Christian Weisgerber <naddy@FreeBSD.org> | 2007-06-06 14:01:06 +0000 |
| commit | 0f3da62f57d7901feb53a74cf061936f89951b5b (patch) | |
| tree | 05bbb0dea6e6d9932d4c12de6afb5607f08f4c7d /audio/akode-plugins-xiph/files/patch-configure | |
| parent | - Update to 0.7.3 (diff) | |
Support the speex codec again.
Approved by: lofi
Diffstat (limited to 'audio/akode-plugins-xiph/files/patch-configure')
| -rw-r--r-- | audio/akode-plugins-xiph/files/patch-configure | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/audio/akode-plugins-xiph/files/patch-configure b/audio/akode-plugins-xiph/files/patch-configure new file mode 100644 index 000000000000..79349892b584 --- /dev/null +++ b/audio/akode-plugins-xiph/files/patch-configure @@ -0,0 +1,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 |
