From 2fa75ab99fda36787c0e2a8694d766ca19848e4e Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Thu, 16 Mar 2023 19:38:45 +0100 Subject: [PATCH] ENABLE_NON_FREE_CODECS option has been renamed to ENABLE_NON_FREE_FEATURES. --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 25433c102..1bd61baf5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/README.md b/README.md index 2c0454c75..9e544d4fa 100644 --- a/README.md +++ b/README.md @@ -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 | -->