aboutsummaryrefslogtreecommitdiffstats
path: root/formats/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-03-21 04:25:13 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-03-21 04:25:13 +0000
commit4fb4f1a6be74893c8d429b371f80bc4c705186cb (patch)
tree6f9972b2093de9f5565732b2d709cfd33657dfd8 /formats/Makefile
parent5aa0810864d249577ff3da1291f0cd17e5df7d48 (diff)
Add Mahmut's Alaw patch
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@672 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'formats/Makefile')
-rwxr-xr-xformats/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/formats/Makefile b/formats/Makefile
index e61563602..17a919542 100755
--- a/formats/Makefile
+++ b/formats/Makefile
@@ -11,7 +11,8 @@
# the GNU General Public License
#
-FORMAT_LIBS=format_g723.so format_wav.so format_mp3.so format_wav_gsm.so format_gsm.so format_vox.so format_pcm.so format_g729.so
+FORMAT_LIBS=format_g723.so format_wav.so format_mp3.so format_wav_gsm.so \
+ format_gsm.so format_vox.so format_pcm.so format_g729.so format_pcm_alaw.so
FORMAT_LIBS+=format_jpeg.so
GSMLIB=../codecs/gsm/lib/libgsm.a