From: drowe67 Date: Mon, 15 Nov 2010 01:25:37 +0000 (+0000) Subject: changes to get tinterp to compile after LSP inter routines written X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=1687754f8af50c3f6ff62699c6a542587e9bad60;p=freetel-svn-tracking.git changes to get tinterp to compile after LSP inter routines written git-svn-id: https://svn.code.sf.net/p/freetel/code@228 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/codec2/unittest/Makefile.am b/codec2/unittest/Makefile.am index 8104de9e..5030f63f 100644 --- a/codec2/unittest/Makefile.am +++ b/codec2/unittest/Makefile.am @@ -26,7 +26,7 @@ tnlp_SOURCES = tnlp.c ../src/sine.c ../src/nlp.c ../src/four1.c ../src/dump.c tnlp_LDADD = $(lib_LTLIBRARIES) tnlp_LDFLAGS = $(LIBS) -tinterp_SOURCES = tinterp.c ../src/sine.c ../src/four1.c ../src/interp.c +tinterp_SOURCES = tinterp.c ../src/sine.c ../src/four1.c ../src/interp.c ../src/lpc.c ../src/lsp.c ../src/quantise.c ../src/codebook.c ../src/dump.c tinterp_LDADD = $(lib_LTLIBRARIES) tinterp_LDFLAGS = $(LIBS) diff --git a/codec2/unittest/Makefile.in b/codec2/unittest/Makefile.in index 772c4f1f..a213991a 100644 --- a/codec2/unittest/Makefile.in +++ b/codec2/unittest/Makefile.in @@ -67,7 +67,8 @@ am_tcodec2_OBJECTS = tcodec2.$(OBJEXT) quantise.$(OBJEXT) \ tcodec2_OBJECTS = $(am_tcodec2_OBJECTS) tcodec2_DEPENDENCIES = am_tinterp_OBJECTS = tinterp.$(OBJEXT) sine.$(OBJEXT) four1.$(OBJEXT) \ - interp.$(OBJEXT) + interp.$(OBJEXT) lpc.$(OBJEXT) lsp.$(OBJEXT) \ + quantise.$(OBJEXT) codebook.$(OBJEXT) dump.$(OBJEXT) tinterp_OBJECTS = $(am_tinterp_OBJECTS) tinterp_DEPENDENCIES = am_tnlp_OBJECTS = tnlp.$(OBJEXT) sine.$(OBJEXT) nlp.$(OBJEXT) \ @@ -225,7 +226,7 @@ vqtrain_LDFLAGS = $(LIBS) tnlp_SOURCES = tnlp.c ../src/sine.c ../src/nlp.c ../src/four1.c ../src/dump.c tnlp_LDADD = $(lib_LTLIBRARIES) tnlp_LDFLAGS = $(LIBS) -tinterp_SOURCES = tinterp.c ../src/sine.c ../src/four1.c ../src/interp.c +tinterp_SOURCES = tinterp.c ../src/sine.c ../src/four1.c ../src/interp.c ../src/lpc.c ../src/lsp.c ../src/quantise.c ../src/codebook.c ../src/dump.c tinterp_LDADD = $(lib_LTLIBRARIES) tinterp_LDFLAGS = $(LIBS) tquant_SOURCES = tquant.c ../src/quantise.c ../src/lpc.c ../src/lsp.c ../src/dump.c ../src/four1.c ../src/codebook.c