[Asterisk-cvs] asterisk/codecs/mp3 Makefile,1.3,1.4

markster at lists.digium.com markster at lists.digium.com
Sun Oct 26 12:24:44 CST 2003


Update of /usr/cvsroot/asterisk/codecs/mp3
In directory mongoose.digium.com:/tmp/cvs-serv12438/codecs/mp3

Modified Files:
	Makefile 
Log Message:
Make it build and run on MacOS X


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/mp3/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile	27 Sep 2003 02:45:37 -0000	1.3
+++ Makefile	26 Oct 2003 18:50:49 -0000	1.4
@@ -1,7 +1,8 @@
 #
 # LMC section
 
-CFLAGS+= -I../include -Iinclude -O3 -march=$(PROC) -funroll-loops -Wall -Wno-missing-prototypes -Wno-missing-declarations -g -fPIC
+CFLAGS+= -I../include -Iinclude -O3 -funroll-loops -Wall -Wno-missing-prototypes -Wno-missing-declarations -g -fPIC
+
 RANLIB=ranlib
 
 # the XING decoder objs and dependencies:




More information about the svn-commits mailing list