diff mbox series

[meta-multimedia,08/31] liblc3: upgrade 1.0.4 -> 1.1.3

Message ID 20260801214526.788343-8-khem.raj@oss.qualcomm.com
State New
Headers show
Series [meta-multimedia,01/31] libmatroska: upgrade 1.7.1 -> 1.7.2 | expand

Commit Message

Khem Raj Aug. 1, 2026, 9:45 p.m. UTC
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 <khem.raj@oss.qualcomm.com>
---
 .../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 mbox series

Patch

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