aboutsummaryrefslogtreecommitdiffstats
path: root/formats/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-29 12:12:59 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-29 12:12:59 +0000
commit5c8b9494eb3549b0472257262d6f18b80651acb5 (patch)
tree47e4d1b7092a25d1194b47c43ffdb9f233894feb /formats/Makefile
parent81a86946b8ee7b9606a53952b45355f61161cbf5 (diff)
Mildly resurect G.723.1 file format
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4583 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'formats/Makefile')
-rwxr-xr-xformats/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/formats/Makefile b/formats/Makefile
index 75013224a..745038fec 100755
--- a/formats/Makefile
+++ b/formats/Makefile
@@ -19,7 +19,7 @@ FORMAT_LIBS+=format_jpeg.so
#
# G723 simple frame is depricated
#
-#FORMAT_LIBS+=format_g723.so
+FORMAT_LIBS+=format_g723.so
GSMLIB=../codecs/gsm/lib/libgsm.a