updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / appkonference-8layertech / appkonference-optimization-and-g729-support-8layertech.patch
blob3e3605e46386e4075fcbf58658de5dfb38fc205e
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
3 @@ -31,13 +31,13 @@
4 CHANNEL_TABLE_SIZE ?= 997
6 # turn app_konference texting on of off ( 0 == OFF, 1 == ON )
7 -TEXT ?= 0
8 +TEXT ?= 1
10 # turn app_konference video on of off ( 0 == OFF, 1 == ON )
11 -VIDEO ?= 0
12 +VIDEO ?= 1
14 # turn app_konference dtmf on of off ( 0 == OFF, 1 == ON )
15 -DTMF ?= 0
16 +DTMF ?= 1
18 # 0 = OFF 1 = astdsp 2 = speex
19 SILDET := 2
20 @@ -63,7 +63,7 @@
21 CFLAGS = -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -MD -MP $(DEBUG)
22 CPPFLAGS = $(INCLUDE) -D_REENTRANT -D_GNU_SOURCE -DRELEASE=\"$(RELEASE)\"
23 #CFLAGS += -O2
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.
29 @@ -80,7 +80,7 @@
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)