Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > main-release-src > by-pkgid > bad16607fe5788fb78720432fffe266a > files > 12

TiMidity++-2.13.2-29mdv2010.1.src.rpm

--- TiMidity++-2.13.2/configure.in.bak	2004-10-03 20:39:52.000000000 +0800
+++ TiMidity++-2.13.2/configure.in	2005-02-15 19:40:48.296957160 +0800
@@ -1230,7 +1230,7 @@
 if test "x$au_enable_speex" = xyes; then
   AC_CACHE_VAL(have_speex,
   [AC_TRY_LINK([
-  #include <speex.h>
+  #include <speex/speex.h>
   #include <ogg/ogg.h>
   ],
   [
--- TiMidity++-2.13.2/timidity/speex_a.c.bak	2004-04-23 16:18:04.000000000 +0800
+++ TiMidity++-2.13.2/timidity/speex_a.c	2005-02-15 19:41:21.622890848 +0800
@@ -33,8 +33,8 @@
 #include <fcntl.h>
 #endif
 
-#include <speex.h>
-#include <speex_header.h>
+#include <speex/speex.h>
+#include <speex/speex_header.h>
 #include <ogg/ogg.h>
 
 #include "timidity.h"