summaryrefslogtreecommitdiff
path: root/codecs/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-02-25 04:10:32 +0000
committerMark Spencer <markster@digium.com>2004-02-25 04:10:32 +0000
commitff976ce0552592cdc70af89b360bcc1ec4e3f08e (patch)
tree340405f4743954fc4f2662d43f2c3e532e541e8d /codecs/Makefile
parent96abbad91dc73501ea2adf32826f738fda3e1d51 (diff)
Add G.726-32kbps Codec Transcoder (Tested with Cisco ATA-186)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2239 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'codecs/Makefile')
-rwxr-xr-xcodecs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/codecs/Makefile b/codecs/Makefile
index 742739af4..43c4e13db 100755
--- a/codecs/Makefile
+++ b/codecs/Makefile
@@ -34,7 +34,8 @@ LIBSPEEX+=-lspeex -lm
LIBILBC=ilbc/libilbc.a
CODECS+=$(MODG723) $(MODSPEEX) $(MODILBC) codec_gsm.so codec_lpc10.so \
- codec_adpcm.so codec_ulaw.so codec_alaw.so codec_a_mu.so
+ codec_adpcm.so codec_ulaw.so codec_alaw.so codec_a_mu.so \
+ codec_g726.so
all: depend $(CODECS)