From c22eab725a2a8a1ac809b981de6e8c548ad7e553 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 19 Jun 2006 12:23:59 +0000 Subject: Fixed pjmedia build errors in the Makefile with the new gsm patchlevel git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@525 74dad513-b988-da41-8d7b-12977e46ad98 --- pjmedia/build/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pjmedia/build/Makefile') diff --git a/pjmedia/build/Makefile b/pjmedia/build/Makefile index 898d4a09..2375aa35 100644 --- a/pjmedia/build/Makefile +++ b/pjmedia/build/Makefile @@ -92,13 +92,13 @@ SPEEX_OBJS := speex_codec.o \ speex/bits.o speex/cb_search.o speex/exc_10_16_table.o \ speex/exc_10_32_table.o speex/exc_20_32_table.o \ speex/exc_5_256_table.o speex/exc_5_64_table.o \ - speex/exc_8_128_table.o speex/fftwrap.c speex/filters.o \ + speex/exc_8_128_table.o speex/fftwrap.o speex/filters.o \ speex/gain_table.o speex/gain_table_lbr.o \ speex/hexc_10_32_table.o speex/hexc_table.o \ - speex/high_lsp_tables.o speex/jitter.c \ - speex/kiss_fft.c speex/kiss_fftr.c speex/lpc_spx.o \ + speex/high_lsp_tables.o speex/jitter.o \ + speex/kiss_fft.o speex/kiss_fftr.o speex/lpc_spx.o \ speex/lsp.o speex/lsp_tables_nb.o speex/ltp.o \ - speex/math_approx.o speex/misc.o speex/mdf.c speex/modes.o \ + speex/math_approx.o speex/misc.o speex/mdf.o speex/modes.o \ speex/nb_celp.o speex/preprocess_spx.o \ speex/quant_lsp.o speex/sb_celp.o speex/smallft.o \ speex/speex.o speex/speex_callbacks.o speex/speex_header.o \ -- cgit v1.2.3