From 864d0148c226a27e9bce33320c3f3dfffdc520b9 Mon Sep 17 00:00:00 2001 From: Ivan Date: Sun, 14 Mar 2021 22:54:37 +0000 Subject: [PATCH] meson: Change codec options description --- meson_options.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson_options.txt b/meson_options.txt index a30e2d773..858283f24 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -91,11 +91,11 @@ option('bluez5-backend-hsphfpd', type: 'feature', value: 'auto') option('bluez5-codec-aptx', - description: 'Enable AptX Qualcomm proprietary codec implementation', + description: 'Enable AptX Qualcomm open source codec implementation', type: 'feature', value: 'auto') option('bluez5-codec-ldac', - description: 'Enable LDAC Sony proprietary codec implementation', + description: 'Enable LDAC Sony open source codec implementation', type: 'feature', value: 'auto') option('bluez5-codec-aac',