View | Details | Raw Unified | Return to bug 10865
Collapse All | Expand All

(-)TiMidity++-2.13.2.orig/configure.in (-1 / +1 lines)
Lines 1230-1236 Link Here
1230
if test "x$au_enable_speex" = xyes; then
1230
if test "x$au_enable_speex" = xyes; then
1231
  AC_CACHE_VAL(have_speex,
1231
  AC_CACHE_VAL(have_speex,
1232
  [AC_TRY_LINK([
1232
  [AC_TRY_LINK([
1233
  #include <speex.h>
1233
  #include <speex/speex.h>
1234
  #include <ogg/ogg.h>
1234
  #include <ogg/ogg.h>
1235
  ],
1235
  ],
1236
  [
1236
  [
(-)TiMidity++-2.13.2.orig/timidity/speex_a.c (-2 / +2 lines)
Lines 33-40 Link Here
33
#include <fcntl.h>
33
#include <fcntl.h>
34
#endif
34
#endif
35
35
36
#include <speex.h>
36
#include <speex/speex.h>
37
#include <speex_header.h>
37
#include <speex/speex_header.h>
38
#include <ogg/ogg.h>
38
#include <ogg/ogg.h>
39
39
40
#include "timidity.h"
40
#include "timidity.h"

Return to bug 10865