[Buildroot] [PATCH 0/2] Add liblc3 and enable the LC3 codec in PipeWire
Alsey Coleman Miller <[email protected]>
| Newsgroups | net.busybox.buildroot |
|---|---|
| Message-ID | <[email protected]> |
LC3 is the mandatory codec of the Bluetooth LE Audio profiles. The PipeWire bluez5 plugin can encode and decode it when built against liblc3, but -Dbluez5-codec-lc3 was unconditionally disabled because the library was not packaged. The first patch adds liblc3 (the Google implementation), the second wires it up as an optional dependency of PipeWire, following the same idiom already used there for the opus and aac codecs. Both patches pass utils/check-package. The tarball and LICENSE hashes were verified against the upstream v1.1.3 release, and the two meson options used (-Dtools, -Dpython) exist in that release. Alsey Coleman Miller (2): package/liblc3: new package package/pipewire: add support for the LC3 bluetooth codec DEVELOPERS | 3 +++ package/Config.in | 1 + package/liblc3/Config.in | 8 ++++++++ package/liblc3/liblc3.hash | 3 +++ package/liblc3/liblc3.mk | 16 ++++++++++++++++ package/pipewire/pipewire.mk | 7 ++++++- 6 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 package/liblc3/Config.in create mode 100644 package/liblc3/liblc3.hash create mode 100644 package/liblc3/liblc3.mk -- 2.47.3 _______________________________________________ buildroot mailing list [email protected] https://lists.buildroot.org/mailman/listinfo/buildroot