1 --- appkonference.old/konference/Makefile 2009-07-22 23:27:32.000000000 +0800
2 +++ appkonference.new/konference/Makefile 2009-07-24 14:43:42.952674169 +0800
4 CHANNEL_TABLE_SIZE ?= 997
6 # turn app_konference texting on of off ( 0 == OFF, 1 == ON )
10 # turn app_konference video on of off ( 0 == OFF, 1 == ON )
14 # turn app_konference dtmf on of off ( 0 == OFF, 1 == ON )
18 # 0 = OFF 1 = astdsp 2 = speex
21 CFLAGS = -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -MD -MP $(DEBUG)
22 CPPFLAGS = $(INCLUDE) -D_REENTRANT -D_GNU_SOURCE -DRELEASE=\"$(RELEASE)\"
24 -#CFLAGS += -O3 -march=pentium3 -msse -mfpmath=sse,387 -ffast-math
25 +CFLAGS += -O3 -march=pentium3 -msse -mfpmath=sse,387 -ffast-math
26 # PERF: below is 10% faster than -O2 or -O3 alone.
27 #CFLAGS += -O3 -ffast-math -funroll-loops
28 # below is another 5% faster or so.
31 # Uncomment this if you want G.729A support (need to have the actual codec installed
33 -# CPPFLAGS += -DAC_USE_G729A
34 +CPPFLAGS += -DAC_USE_G729A
37 ifeq ($(APP_KONFERENCE_DEBUG), 1)