Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-10-14 19:43:02 +0400
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-10-14 19:43:02 +0400
commit908510a8400e570f078a371adf3cd63f3395c6fa (patch)
treed8dcf73f5ce8aa96320b1bd992eeb71fb86c8712 /src
parentbc492a31ab2010cc993a01706dc82e261dccba21 (diff)
build details
git-svn-id: http://svn.xiph.org/trunk/speex@13979 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1c7cf8b..15858c2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -21,5 +21,5 @@ speexenc_LDADD = $(top_builddir)/libspeex/libspeex.la $(top_builddir)/libspeex/l
$(OGG_LIBS)
speexdec_SOURCES = speexdec.c wav_io.c
-speexdec_LDADD = $(top_builddir)/libspeex/libspeex.la $(top_builddir)/libspeex/libspeexvoip.la \
+speexdec_LDADD = $(top_builddir)/libspeex/libspeex.la \
$(OGG_LIBS)