[Freeswitch-svn] [commit] r7351 - freeswitch/trunk/libs/speex
Freeswitch SVN
mikej at freeswitch.org
Fri Jan 25 10:14:10 EST 2008
Author: mikej
Date: Fri Jan 25 10:14:10 2008
New Revision: 7351
Modified:
freeswitch/trunk/libs/speex/Makefile.am
freeswitch/trunk/libs/speex/configure.ac
Log:
remove the build stubs for the exe's and the ogg dependency as we don't use them
Modified: freeswitch/trunk/libs/speex/Makefile.am
==============================================================================
--- freeswitch/trunk/libs/speex/Makefile.am (original)
+++ freeswitch/trunk/libs/speex/Makefile.am Fri Jan 25 10:14:10 2008
@@ -13,7 +13,7 @@
EXTRA_DIST = Speex.spec Speex.spec.in Speex.kdevelop speex.m4 speex.pc.in README.blackfin README.symbian README.TI-DSP
#Fools KDevelop into including all files
-SUBDIRS = libspeex include @src@ doc win32 symbian ti
+SUBDIRS = libspeex include doc win32 symbian ti
DIST_SUBDIRS = libspeex include src doc win32 symbian ti
Modified: freeswitch/trunk/libs/speex/configure.ac
==============================================================================
--- freeswitch/trunk/libs/speex/configure.ac (original)
+++ freeswitch/trunk/libs/speex/configure.ac Fri Jan 25 10:14:10 2008
@@ -67,9 +67,6 @@
AC_CHECK_HEADERS(sys/soundcard.h sys/audioio.h)
-XIPH_PATH_OGG([src="src"], [src=""])
-AC_SUBST(src)
-
AC_CHECK_LIB(m, sin)
# Check for getopt_long; if not found, use included source.
@@ -230,10 +227,4 @@
ti/speex_C54_test/Makefile ti/speex_C55_test/Makefile
ti/speex_C64_test/Makefile ])
-if test "x$src" = "x"; then
-echo "**IMPORTANT**"
-echo "You don't seem to have the development package for libogg (libogg-devel) installed. Only the Speex library (libspeex) will be built (no encoder/decoder executable)"
-echo "You can download libogg from http://downloads.xiph.org/releases/ogg/"
-fi
-
echo "Type \"make; make install\" to compile and install Speex";
More information about the Freeswitch-svn
mailing list