From 7798467a4cbb6757b05364faf10ba306e5751687 Mon Sep 17 00:00:00 2001
From: Jean-Marc Valin <jean-marc.valin@octasic.com>
Date: Mon, 2 May 2011 11:12:44 -0400
Subject: [PATCH] build fixes

---
 Makefile.am     | 2 +-
 configure.ac    | 6 ------
 silk_sources.mk | 2 +-
 3 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index d3685ce01..42166551f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 lib_LTLIBRARIES = libopus.la
 
-INCLUDES = -I$(top_srcdir)/libcelt -I$(top_srcdir)/silk
+INCLUDES = -I$(top_srcdir)/libcelt -I$(top_srcdir)/silk -I$(top_srcdir)/silk/float -I$(top_srcdir)/silk/fixed
 
 include celt_sources.mk
 include silk_sources.mk
diff --git a/configure.ac b/configure.ac
index a7e115454..4783fc353 100644
--- a/configure.ac
+++ b/configure.ac
@@ -214,11 +214,5 @@ AC_MSG_RESULT([
 ------------------------------------------------------------------------
 ])
 
-if test "x$tools" = "x"; then 
-echo "**IMPORTANT**"
-echo "You don't seem to have the development package for libogg (libogg-devel) available. Only the library will be built (no encoder/decoder executable)"
-echo "You can download libogg from http://www.vorbis.com/download.psp"
-fi
-
 echo "Type \"make; make install\" to compile and install";
 echo "Type \"make check\" to run the test suite";
diff --git a/silk_sources.mk b/silk_sources.mk
index 4c50b56d5..77820a6bd 100644
--- a/silk_sources.mk
+++ b/silk_sources.mk
@@ -98,7 +98,7 @@ silk/SKP_Silk_stereo_encode_pred.c \
 silk/SKP_Silk_stereo_find_predictor.c
 
 
-ifdef FIXED_POINT
+if FIXED_POINT
 SILK_SOURCES += \
 silk/fixed/SKP_Silk_LTP_analysis_filter_FIX.c \
 silk/fixed/SKP_Silk_LTP_scale_ctrl_FIX.c \
-- 
GitLab