diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index c495cb20a..4f7149ed6 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -1190,7 +1190,7 @@ static void sound_config_read(LinphoneCore *lc) } lc->sound_conf.latency=0; -#if TARGET_OS_IPHONE +#if !TARGET_OS_IPHONE tmp=TRUE; #else tmp=FALSE; /* on iOS we have builtin echo cancellation.*/