aboutsummaryrefslogtreecommitdiffstats
path: root/formats/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-06-28 22:50:47 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-06-28 22:50:47 +0000
commit3a0233e8edb056a24609732411d306608ffccece (patch)
tree902d5085d33fe26d1e4423a993e2443df2c20aa1 /formats/Makefile
parentfd42183b7866425be9ddc6359cb6daea866fd066 (diff)
Totally redo file formats
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1130 f38db490-d61c-443f-a65b-d21fe96a405b
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