aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-02-25 04:10:32 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-02-25 04:10:32 +0000
commit91a49dbd77ef94e316d10913c950fbd3753581d2 (patch)
tree340405f4743954fc4f2662d43f2c3e532e541e8d /codecs/Makefile
parentb343a418182009f512a145765c0ddde458e81cc0 (diff)
Add G.726-32kbps Codec Transcoder (Tested with Cisco ATA-186)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2239 f38db490-d61c-443f-a65b-d21fe96a405b
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)