mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
ENABLE_NON_FREE_CODECS option has been renamed to ENABLE_NON_FREE_FEATURES.
This commit is contained in:
parent
c7acdf2bf6
commit
2fa75ab99f
2 changed files with 2 additions and 2 deletions
|
|
@ -109,7 +109,7 @@ set(ENABLE_CXX_WRAPPER ON CACHE BOOL "Build the C++ wrapper for Liblinphone." FO
|
|||
set(ENABLE_DAEMON OFF)
|
||||
set(ENABLE_FFMPEG OFF)
|
||||
set(ENABLE_LDAP ON)
|
||||
set(ENABLE_NON_FREE_CODECS ON)
|
||||
set(ENABLE_NON_FREE_FEATURES ON)
|
||||
set(ENABLE_OPENH264 ON)
|
||||
set(ENABLE_QRCODE OFF) # Experimental
|
||||
set(ENABLE_SANITIZER OFF)
|
||||
|
|
|
|||
|
|
@ -245,7 +245,7 @@ Also, more configurations are available in the docker-files folder of linphone-s
|
|||
| ENABLE_LDAP | Enable LDAP support. | YES |
|
||||
| ENABLE_VIDEO | Enable Video support. | YES |
|
||||
| ENABLE_OPENH264 | Enable the use of OpenH264 codec | YES |
|
||||
| ENABLE_NON_FREE_CODECS | Enable the use of non free codecs | YES |
|
||||
| ENABLE_NON_FREE_FEATURES | Enable the use of non free features | YES |
|
||||
| ENABLE_FFMPEG | Build mediastreamer2 with ffmpeg video support. | NO |
|
||||
| ENABLE_CONSOLE_UI | Turn on or off compilation of console interface. | NO |
|
||||
-->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue