From 84efdb1a7b32cf5ef4e439b5c89934525e48a568 Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Tue, 8 Jul 2014 10:49:58 +0200 Subject: [PATCH] Compile without h264 on distribution and release targets --- linphone.xcodeproj/project.pbxproj | 3 --- 1 file changed, 3 deletions(-) diff --git a/linphone.xcodeproj/project.pbxproj b/linphone.xcodeproj/project.pbxproj index 35aa6dba2..9a045321d 100755 --- a/linphone.xcodeproj/project.pbxproj +++ b/linphone.xcodeproj/project.pbxproj @@ -5497,7 +5497,6 @@ GCC_PREFIX_HEADER = linphone_Prefix.pch; GCC_PREPROCESSOR_DEFINITIONS = ( VIDEO_ENABLED, - HAVE_OPENH264, HAVE_SILK, HAVE_SSL, ); @@ -5728,7 +5727,6 @@ GCC_PREFIX_HEADER = linphone_Prefix.pch; GCC_PREPROCESSOR_DEFINITIONS = ( VIDEO_ENABLED, - HAVE_X264, HAVE_SILK, HAVE_SSL, ); @@ -5797,7 +5795,6 @@ GCC_PREFIX_HEADER = linphone_Prefix.pch; GCC_PREPROCESSOR_DEFINITIONS = ( VIDEO_ENABLED, - HAVE_X264, HAVE_SILK, HAVE_SSL, );