From: nbd Date: Sat, 14 Oct 2006 22:34:26 +0000 (+0000) Subject: fix libspeex cflags X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=43ed2b115eb06212ab01ac62747d42b7944a883f;p=packages.git fix libspeex cflags git-svn-id: svn://svn.openwrt.org/openwrt/packages@5100 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/speex/patches/100-compile_fix.patch b/libs/speex/patches/100-compile_fix.patch new file mode 100644 index 000000000..6f116b612 --- /dev/null +++ b/libs/speex/patches/100-compile_fix.patch @@ -0,0 +1,12 @@ +diff -ur speex.old/libspeex/Makefile.in speex.dev/libspeex/Makefile.in +--- speex.old/libspeex/Makefile.in 2006-10-14 15:16:02.000000000 -0700 ++++ speex.dev/libspeex/Makefile.in 2006-10-14 15:14:35.000000000 -0700 +@@ -107,7 +107,7 @@ + + EXTRA_DIST = testenc.c testenc_wb.c testenc_uwb.c testdenoise.c testecho.c + +-INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) @OGG_CFLAGS@ ++INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) + + lib_LTLIBRARIES = libspeex.la +