From d9c6c5c5eda1a1401e99dec8f005853a7d4184ae Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 14 Oct 2006 22:34:26 +0000 Subject: [PATCH] fix libspeex cflags SVN-Revision: 5100 --- libs/speex/patches/100-compile_fix.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libs/speex/patches/100-compile_fix.patch diff --git a/libs/speex/patches/100-compile_fix.patch b/libs/speex/patches/100-compile_fix.patch new file mode 100644 index 0000000000..6f116b612d --- /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 + -- 2.30.2