mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
meson: Change codec options description
This commit is contained in:
parent
4c9af21ec6
commit
864d0148c2
1 changed files with 2 additions and 2 deletions
|
|
@ -91,11 +91,11 @@ option('bluez5-backend-hsphfpd',
|
||||||
type: 'feature',
|
type: 'feature',
|
||||||
value: 'auto')
|
value: 'auto')
|
||||||
option('bluez5-codec-aptx',
|
option('bluez5-codec-aptx',
|
||||||
description: 'Enable AptX Qualcomm proprietary codec implementation',
|
description: 'Enable AptX Qualcomm open source codec implementation',
|
||||||
type: 'feature',
|
type: 'feature',
|
||||||
value: 'auto')
|
value: 'auto')
|
||||||
option('bluez5-codec-ldac',
|
option('bluez5-codec-ldac',
|
||||||
description: 'Enable LDAC Sony proprietary codec implementation',
|
description: 'Enable LDAC Sony open source codec implementation',
|
||||||
type: 'feature',
|
type: 'feature',
|
||||||
value: 'auto')
|
value: 'auto')
|
||||||
option('bluez5-codec-aac',
|
option('bluez5-codec-aac',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue