r2825 - trunk/build.d
mikma at minisip.org
mikma at minisip.org
Mon Oct 16 11:24:13 CEST 2006
Author: mikma
Date: 2006-10-16 11:24:11 +0200 (Mon, 16 Oct 2006)
New Revision: 2825
Modified:
trunk/build.d/build.conf
Log:
Autodetect gconf and portaudio support by default
Modified: trunk/build.d/build.conf
===================================================================
--- trunk/build.d/build.conf 2006-10-10 13:04:57 UTC (rev 2824)
+++ trunk/build.d/build.conf 2006-10-16 09:24:11 UTC (rev 2825)
@@ -94,9 +94,9 @@
'avcodec-fixes' => 0, # enables support for new libavcodec abi
buzzer => 0, # enables buzzer support on iPAQ
dsound => 0, # enables DirectSound support
- gconf => 1, # enables GConf support
+ gconf => undef, # enables GConf support
ipsec => 0, # enables ipsec support
- portaudio => 0, # enables PortAudio V19 support
+ portaudio => undef, # enables PortAudio V19 support
p2t => 0, # enables Push To Talk support
sdl => 0, # enables Simple Drawing Library interface
zrtp => 0, # enables ZRTP support (incomplete!)
More information about the Minisip-devel
mailing list