From 80e547d13433bac8388f5fa98b4540625503888c Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 17 Feb 2009 18:12:42 +0000 Subject: [PATCH] we don't need OGG now without the test programs git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12105 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/speex/libspeex/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/speex/libspeex/Makefile.am b/libs/speex/libspeex/Makefile.am index 667ac0be9c..1eeb33f96c 100644 --- a/libs/speex/libspeex/Makefile.am +++ b/libs/speex/libspeex/Makefile.am @@ -4,7 +4,7 @@ EXTRA_DIST=echo_diagnostic.m -INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) @OGG_CFLAGS@ @FFT_CFLAGS@ +INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) @FFT_CFLAGS@ lib_LTLIBRARIES = libspeex.la libspeexdsp.la