[Asterisk-cvs] asterisk/codecs/gsm Makefile,1.14,1.15
markster at lists.digium.com
markster at lists.digium.com
Tue Jun 22 13:56:19 CDT 2004
- Previous message: [Asterisk-cvs] asterisk/channels/h323 INSTALL.openh323,1.4,1.5 Makefile,1.15,1.16
- Next message: [Asterisk-cvs] asterisk/channels chan_agent.c,1.74,1.75 chan_h323.c,1.59,1.60 chan_iax.c,1.59,1.60 chan_iax2.c,1.155,1.156 chan_local.c,1.29,1.30 chan_mgcp.c,1.54,1.55 chan_sip.c,1.420,1.421 chan_skinny.c,1.46,1.47 chan_vpb.c,1.26,1.27 chan_zap.c,1.278,1.279
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/codecs/gsm
In directory mongoose.digium.com:/tmp/cvs-serv21170/codecs/gsm
Modified Files:
Makefile
Log Message:
Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch still pending)
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/gsm/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Makefile 13 Jun 2004 21:25:10 -0000 1.14
+++ Makefile 22 Jun 2004 17:42:13 -0000 1.15
@@ -64,8 +64,8 @@
# CC = /usr/lang/acc
# CCFLAGS = -c -O
-CC = gcc $(OPTIMIZE) -fomit-frame-pointer
-CCFLAGS += -c -DNeedFunctionPrototypes=1 -funroll-loops -fPIC
+CC ?= gcc
+CCFLAGS += -c -DNeedFunctionPrototypes=1 -funroll-loops -fPIC $(OPTIMIZE) -fomit-frame-pointer
LD = $(CC)
@@ -150,7 +150,7 @@
DEBUG = -DNDEBUG
######### Remove -DNDEBUG to enable assertions.
-CFLAGS = $(PG) $(CCFLAGS) $(SASR) $(DEBUG) $(MULHACK) $(FAST) \
+CFLAGS += $(PG) $(CCFLAGS) $(SASR) $(DEBUG) $(MULHACK) $(FAST) \
$(LTP_CUT) $(WAV49) $(K6OPT) $(CCINC) -I$(INC)
######### It's $(CC) $(CFLAGS)
- Previous message: [Asterisk-cvs] asterisk/channels/h323 INSTALL.openh323,1.4,1.5 Makefile,1.15,1.16
- Next message: [Asterisk-cvs] asterisk/channels chan_agent.c,1.74,1.75 chan_h323.c,1.59,1.60 chan_iax.c,1.59,1.60 chan_iax2.c,1.155,1.156 chan_local.c,1.29,1.30 chan_mgcp.c,1.54,1.55 chan_sip.c,1.420,1.421 chan_skinny.c,1.46,1.47 chan_vpb.c,1.26,1.27 chan_zap.c,1.278,1.279
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list