ENABLE_NON_FREE_CODECS option has been renamed to ENABLE_NON_FREE_FEATURES.

This commit is contained in:
Ghislain MARY 2023-03-16 19:38:45 +01:00 committed by Julien Wadel
parent c7acdf2bf6
commit 2fa75ab99f
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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 |
-->