From 54d828c4d4dddf76d51323d1e646cc376f320c56 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Thu, 28 Sep 2017 14:52:52 +0200 Subject: [PATCH] fix(core): declare correctly get_nowebcam_device when video is not enabled --- coreapi/private.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/coreapi/private.h b/coreapi/private.h index b28d7bb86..67e886c52 100644 --- a/coreapi/private.h +++ b/coreapi/private.h @@ -1675,9 +1675,8 @@ void v_table_reference_destroy(VTableReference *ref); LINPHONE_PUBLIC void _linphone_core_add_callbacks(LinphoneCore *lc, LinphoneCoreCbs *vtable, bool_t internal); -#ifdef VIDEO_ENABLED MSWebCam *get_nowebcam_device(MSFactory *f); -#endif + LinphoneLimeState linphone_core_lime_for_file_sharing_enabled(const LinphoneCore *lc); BELLE_SIP_DECLARE_VPTR_NO_EXPORT(LinphoneTunnelConfig);