Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
linphone-cmake-builder
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
linphone-cmake-builder
Commits
00a7a94f
Commit
00a7a94f
authored
Oct 22, 2018
by
Ghislain MARY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Split desktop config for linphone-sdk integration.
parent
9fa45665
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
51 additions
and
28 deletions
+51
-28
config-desktop.cmake
configs/config-desktop.cmake
+1
-28
options-desktop.cmake
configs/options-desktop.cmake
+50
-0
No files found.
configs/config-desktop.cmake
View file @
00a7a94f
...
...
@@ -20,34 +20,7 @@
#
############################################################################
# Define default values for the linphone builder options
set
(
DEFAULT_VALUE_ENABLE_BV16 ON
)
set
(
DEFAULT_VALUE_ENABLE_CXX_WRAPPER ON
)
set
(
DEFAULT_VALUE_ENABLE_FFMPEG ON
)
set
(
DEFAULT_VALUE_ENABLE_G729
${
DEFAULT_VALUE_ENABLE_GPL_THIRD_PARTIES
}
)
set
(
DEFAULT_VALUE_ENABLE_G729B_CNG OFF
)
set
(
DEFAULT_VALUE_ENABLE_GPL_THIRD_PARTIES ON
)
set
(
DEFAULT_VALUE_ENABLE_GSM ON
)
set
(
DEFAULT_VALUE_ENABLE_GTK_UI OFF
)
set
(
DEFAULT_VALUE_ENABLE_JPEG ON
)
set
(
DEFAULT_VALUE_ENABLE_LIME OFF
)
set
(
DEFAULT_VALUE_ENABLE_LIME_X3DH OFF
)
set
(
DEFAULT_VALUE_ENABLE_MBEDTLS ON
)
set
(
DEFAULT_VALUE_ENABLE_MKV ON
)
set
(
DEFAULT_VALUE_ENABLE_NLS OFF
)
set
(
DEFAULT_VALUE_ENABLE_OPUS ON
)
set
(
DEFAULT_VALUE_ENABLE_SPEEX ON
)
set
(
DEFAULT_VALUE_ENABLE_SRTP ON
)
set
(
DEFAULT_VALUE_ENABLE_TOOLS OFF
)
if
(
NOT LINPHONE_BUILDER_ENABLE_RPM_PACKAGING
)
set
(
DEFAULT_VALUE_ENABLE_UNIT_TESTS ON
)
endif
()
set
(
DEFAULT_VALUE_ENABLE_VCARD ON
)
set
(
DEFAULT_VALUE_ENABLE_VIDEO ON
)
set
(
DEFAULT_VALUE_ENABLE_VPX ON
)
set
(
DEFAULT_VALUE_ENABLE_WASAPI ON
)
set
(
DEFAULT_VALUE_ENABLE_WEBRTC_AEC ON
)
set
(
DEFAULT_VALUE_ENABLE_ZRTP ON
)
include
(
${
CMAKE_CURRENT_LIST_DIR
}
/options-desktop.cmake
)
if
(
APPLE
)
set
(
CMAKE_INSTALL_RPATH
"@executable_path/../Frameworks;@executable_path/../lib"
)
...
...
configs/options-desktop.cmake
0 → 100644
View file @
00a7a94f
############################################################################
# options-desktop.cmake
# Copyright (C) 2010-2018 Belledonne Communications, Grenoble France
#
############################################################################
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
############################################################################
# Define default values for the linphone builder options
set
(
DEFAULT_VALUE_ENABLE_BV16 ON
)
set
(
DEFAULT_VALUE_ENABLE_CXX_WRAPPER ON
)
set
(
DEFAULT_VALUE_ENABLE_FFMPEG ON
)
set
(
DEFAULT_VALUE_ENABLE_G729
${
DEFAULT_VALUE_ENABLE_GPL_THIRD_PARTIES
}
)
set
(
DEFAULT_VALUE_ENABLE_G729B_CNG OFF
)
set
(
DEFAULT_VALUE_ENABLE_GPL_THIRD_PARTIES ON
)
set
(
DEFAULT_VALUE_ENABLE_GSM ON
)
set
(
DEFAULT_VALUE_ENABLE_GTK_UI OFF
)
set
(
DEFAULT_VALUE_ENABLE_JPEG ON
)
set
(
DEFAULT_VALUE_ENABLE_LIME OFF
)
set
(
DEFAULT_VALUE_ENABLE_LIME_X3DH OFF
)
set
(
DEFAULT_VALUE_ENABLE_MBEDTLS ON
)
set
(
DEFAULT_VALUE_ENABLE_MKV ON
)
set
(
DEFAULT_VALUE_ENABLE_NLS OFF
)
set
(
DEFAULT_VALUE_ENABLE_OPUS ON
)
set
(
DEFAULT_VALUE_ENABLE_SPEEX ON
)
set
(
DEFAULT_VALUE_ENABLE_SRTP ON
)
set
(
DEFAULT_VALUE_ENABLE_TOOLS OFF
)
if
(
NOT LINPHONE_BUILDER_ENABLE_RPM_PACKAGING
)
set
(
DEFAULT_VALUE_ENABLE_UNIT_TESTS ON
)
endif
()
set
(
DEFAULT_VALUE_ENABLE_VCARD ON
)
set
(
DEFAULT_VALUE_ENABLE_VIDEO ON
)
set
(
DEFAULT_VALUE_ENABLE_VPX ON
)
set
(
DEFAULT_VALUE_ENABLE_WASAPI ON
)
set
(
DEFAULT_VALUE_ENABLE_WEBRTC_AEC ON
)
set
(
DEFAULT_VALUE_ENABLE_ZRTP ON
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment