[Asterisk-cvs] asterisk/formats Makefile,1.9,1.10 format_mp3.c,1.5,NONE

markster at lists.digium.com markster at lists.digium.com
Mon Nov 3 20:14:04 CST 2003


Update of /usr/cvsroot/asterisk/formats
In directory mongoose.digium.com:/tmp/cvs-serv12608/formats

Modified Files:
	Makefile 
Removed Files:
	format_mp3.c 
Log Message:
Remove really broken MP3 stuff in favor of G.726 in the near future


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile	26 Oct 2003 18:50:49 -0000	1.9
+++ Makefile	4 Nov 2003 02:40:10 -0000	1.10
@@ -11,7 +11,7 @@
 # the GNU General Public License
 #
 
-FORMAT_LIBS=format_gsm.so format_wav.so format_mp3.so \
+FORMAT_LIBS=format_gsm.so format_wav.so \
 	format_wav_gsm.so format_vox.so format_pcm.so format_g729.so \
 	format_pcm_alaw.so format_h263.so
 FORMAT_LIBS+=format_jpeg.so

--- format_mp3.c DELETED ---




More information about the svn-commits mailing list