/[packages]/cauldron/TiMidity++/current/SOURCES/timidity-2.13.2-speex-header-path.patch
ViewVC logotype

Contents of /cauldron/TiMidity++/current/SOURCES/timidity-2.13.2-speex-header-path.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 36759 - (show annotations) (download)
Mon Jan 24 10:24:35 2011 UTC (13 years, 2 months ago) by ennael
File size: 700 byte(s)
imported package TiMidity++
1 --- TiMidity++-2.13.2/configure.in.bak 2004-10-03 20:39:52.000000000 +0800
2 +++ TiMidity++-2.13.2/configure.in 2005-02-15 19:40:48.296957160 +0800
3 @@ -1230,7 +1230,7 @@
4 if test "x$au_enable_speex" = xyes; then
5 AC_CACHE_VAL(have_speex,
6 [AC_TRY_LINK([
7 - #include <speex.h>
8 + #include <speex/speex.h>
9 #include <ogg/ogg.h>
10 ],
11 [
12 --- TiMidity++-2.13.2/timidity/speex_a.c.bak 2004-04-23 16:18:04.000000000 +0800
13 +++ TiMidity++-2.13.2/timidity/speex_a.c 2005-02-15 19:41:21.622890848 +0800
14 @@ -33,8 +33,8 @@
15 #include <fcntl.h>
16 #endif
17
18 -#include <speex.h>
19 -#include <speex_header.h>
20 +#include <speex/speex.h>
21 +#include <speex/speex_header.h>
22 #include <ogg/ogg.h>
23
24 #include "timidity.h"

  ViewVC Help
Powered by ViewVC 1.1.30