summaryrefslogtreecommitdiff
path: root/pjmedia/build/Makefile
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-06-19 12:23:59 +0000
committerBenny Prijono <bennylp@teluu.com>2006-06-19 12:23:59 +0000
commitc22eab725a2a8a1ac809b981de6e8c548ad7e553 (patch)
tree1153b008ba84c1f6bbc0c064cf009e4a591f8451 /pjmedia/build/Makefile
parent304937f34434be876cb17919d3dbf846f9ef7623 (diff)
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
Diffstat (limited to 'pjmedia/build/Makefile')
-rw-r--r--pjmedia/build/Makefile8
1 files changed, 4 insertions, 4 deletions
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 \