fix libspeex cflags
[openwrt/svn-archive/archive.git] / libs / speex / patches / 100-compile_fix.patch
1 diff -ur speex.old/libspeex/Makefile.in speex.dev/libspeex/Makefile.in
2 --- speex.old/libspeex/Makefile.in 2006-10-14 15:16:02.000000000 -0700
3 +++ speex.dev/libspeex/Makefile.in 2006-10-14 15:14:35.000000000 -0700
4 @@ -107,7 +107,7 @@
5
6 EXTRA_DIST = testenc.c testenc_wb.c testenc_uwb.c testdenoise.c testecho.c
7
8 -INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) @OGG_CFLAGS@
9 +INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir)
10
11 lib_LTLIBRARIES = libspeex.la
12