summaryrefslogtreecommitdiff
path: root/formats/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-06-28 22:50:47 +0000
committerMark Spencer <markster@digium.com>2003-06-28 22:50:47 +0000
commit3b7891887808db51d70c68795c9d6028f89bca58 (patch)
tree902d5085d33fe26d1e4423a993e2443df2c20aa1 /formats/Makefile
parent9befc6968493c84e90a25d4b02889c8ca1853cc8 (diff)
Totally redo file formats
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1130 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'formats/Makefile')
-rwxr-xr-xformats/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/formats/Makefile b/formats/Makefile
index 885469463..540785b2d 100755
--- a/formats/Makefile
+++ b/formats/Makefile
@@ -11,9 +11,14 @@
# 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_pcm_alaw.so
+FORMAT_LIBS=format_gsm.so format_wav.so format_mp3.so \
+ format_wav_gsm.so format_vox.so format_pcm.so format_g729.so \
+ format_pcm_alaw.so
FORMAT_LIBS+=format_jpeg.so
+#
+# G723 simple frame is depricated
+#
+#FORMAT_LIBS+=format_g723.so
GSMLIB=../codecs/gsm/lib/libgsm.a