[Asterisk-cvs] asterisk/codecs Makefile,1.10,1.11

markster at lists.digium.com markster at lists.digium.com
Mon Oct 27 13:34:34 CST 2003


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

Modified Files:
	Makefile 
Log Message:
More cleanups and OSX fixes for 10.3


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile	26 Oct 2003 18:50:49 -0000	1.10
+++ Makefile	27 Oct 2003 20:00:41 -0000	1.11
@@ -27,8 +27,7 @@
 LIBG723=g723.1/libg723.a
 LIBG723B=g723.1b/libg723b.a
 LIBGSM=gsm/lib/libgsm.a
-LIBGSM=$(shell if uname -m | grep -q 86; then echo gsm/lib/libgsm.a; else echo "-lgsm" ; fi)
-LIBGSMT=$(shell if uname -m | grep -q 86; then echo gsm/lib/libgsm.a; fi)
+LIBGSMT=gsm/lib/libgsm.a
 LIBMP3=mp3/libmp3.a
 LIBLPC10=lpc10/liblpc10.a
 LIBSPEEX=$(shell [ -f /usr/local/lib/libspeex.a ] && echo "-L/usr/local/lib")




More information about the svn-commits mailing list