[meta-multimedia][PATCH 08/31] liblc3: upgrade 1.0.4 -> 1.1.3
Khem Raj <[email protected]> Sat, 1 Aug 2026 14:45:03 -0700
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
Upstream changes (git log v1.0.4..v1.1.3): * Major new feature: LC3plus and LC3plus High-Resolution mode, including 2.5 ms and 5 ms frame durations, asymmetric stereo frame sizes, half-bitrate fallback, and updated C++/Python wrappers. * Build: switch to a shared-object library, hidden GNU visibility and LTO; add a Python library wrapper. * Fixes: crash with NaN/infinite PCM input under fast-math; wrong gain offset at high-bitrate/high-resolution 48 kHz; TNS quantization adjustments required for LC3plus HR; conformance reports added. Version-only bump (git tag v1.1.3); recipe unchanged and packaging verified with the new shared library layout. Signed-off-by: Khem Raj <[email protected]> --- .../liblc3/{liblc3_1.0.4.bb => liblc3_1.1.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-multimedia/recipes-multimedia/liblc3/{liblc3_1.0.4.bb => liblc3_1.1.3.bb} (87%) diff --git a/meta-multimedia/recipes-multimedia/liblc3/liblc3_1.0.4.bb b/meta-multimedia/recipes-multimedia/liblc3/liblc3_1.1.3.bb similarity index 87% rename from meta-multimedia/recipes-multimedia/liblc3/liblc3_1.0.4.bb rename to meta-multimedia/recipes-multimedia/liblc3/liblc3_1.1.3.bb index 1baa84c330..40c4b0f93e 100644 --- a/meta-multimedia/recipes-multimedia/liblc3/liblc3_1.0.4.bb +++ b/meta-multimedia/recipes-multimedia/liblc3/liblc3_1.1.3.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://github.com/google/liblc3.git;protocol=https;branch=main" -SRCREV = "1a5938ebaca4f13fe79ce074f5dee079783aa29f" +SRCREV = "96a3af0beb5487aca3b98a4b992a539a1f6d80d1" inherit pkgconfig meson