mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Compile without h264 on distribution and release targets
This commit is contained in:
parent
7478d291de
commit
84efdb1a7b
1 changed files with 0 additions and 3 deletions
|
|
@ -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,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue