summaryrefslogtreecommitdiff
path: root/pjmedia/build/Makefile
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-09-17 14:59:55 +0000
committerBenny Prijono <bennylp@teluu.com>2006-09-17 14:59:55 +0000
commit46ac10595e2007074d99b12907f033f5570cf9ab (patch)
tree36061f27627f540a40e739179c098d4a86edac13 /pjmedia/build/Makefile
parent17c7fd2117291732b0ffec394658028578233c1a (diff)
Removed G.711 Annex I PLC from the source (because of possible licensing/patent infringement issues) and replace it with Steve Underwood's PLC implementation which is distributed under dual GPL/LGPL license.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@723 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjmedia/build/Makefile')
-rw-r--r--pjmedia/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjmedia/build/Makefile b/pjmedia/build/Makefile
index 8b5e9441..0324382d 100644
--- a/pjmedia/build/Makefile
+++ b/pjmedia/build/Makefile
@@ -70,7 +70,7 @@ export PJMEDIA_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \
echo_common.o echo_port.o echo_speex.o \
echo_suppress.o endpoint.o errno.o \
g711.o jbuf.o master_port.o mem_capture.o mem_player.o \
- null_port.o plc_common.o plc_g711.o \
+ null_port.o plc_common.o plc_steveu.o \
port.o splitcomb.o resample.o \
resample_port.o rtcp.o rtp.o sdp.o sdp_cmp.o sdp_neg.o \
session.o silencedet.o sound_port.o stream.o \