From 92b20e62feaa5ac039a21efc4d1a7be74a768d67 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Sat, 31 May 2014 11:29:53 +0200 Subject: [PATCH] fix warning --- coreapi/linphonecore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index 95431b1f9..7cbb5b955 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -3150,7 +3150,7 @@ int linphone_core_start_update_call(LinphoneCore *lc, LinphoneCall *call){ **/ int linphone_core_update_call(LinphoneCore *lc, LinphoneCall *call, const LinphoneCallParams *params){ int err=0; -#ifdef VIDEO_ENABLED +#if defined(VIDEO_ENABLED) && defined(BUILD_UPNP) bool_t has_video = FALSE; #endif