mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2 1/2] opus: version bump 1.4 -> 1.5.1
@ 2024-03-16 12:22 Philipp Zabel
  2024-03-16 12:22 ` [ptxdist] [PATCH v2 2/2] opus: switch to meson build system Philipp Zabel
  2024-03-23  8:59 ` [ptxdist] [APPLIED] opus: version bump 1.4 -> 1.5.1 Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Philipp Zabel @ 2024-03-16 12:22 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

https://opus-codec.org/demo/opus-1.5/

New machine learning features (DRED, deep PLC, and OSCE) disabled for
now, as they increase library size by a few MiB.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
v2: Remove ML feature options.
---
 rules/opus.make | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/rules/opus.make b/rules/opus.make
index 4dd2f9d9b653..490ef6ea44d6 100644
--- a/rules/opus.make
+++ b/rules/opus.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_OPUS) += opus
 #
 # Paths and names
 #
-OPUS_VERSION	:= 1.4
-OPUS_MD5	:= 0d89c15268c5c5984f583d7997d2a148
+OPUS_VERSION	:= 1.5.1
+OPUS_MD5	:= 06c0e626ea3ad72f7b006e9130c8b15d
 OPUS		:= opus-$(OPUS_VERSION)
 OPUS_SUFFIX	:= tar.gz
 OPUS_URL	:= http://downloads.xiph.org/releases/opus/$(OPUS).$(OPUS_SUFFIX)
@@ -38,6 +38,9 @@ OPUS_CONF_OPT	:= \
 	--disable-fixed-point-debug \
 	--enable-float-api \
 	--disable-custom-modes \
+	--disable-dred \
+	--disable-deep-plc \
+	--disable-lossgen \
 	--enable-float-approx \
 	--enable-asm \
 	--enable-rtcd \
@@ -47,6 +50,10 @@ OPUS_CONF_OPT	:= \
 	--disable-fuzzing \
 	--disable-check-asm \
 	--disable-doc \
+	--disable-dot-product \
+	--disable-dnn-debug-float \
+	--disable-osce-training-data \
+	--disable-osce \
 	--disable-extra-programs \
 	--enable-rfc8251
 
-- 
2.39.2




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-03-23  9:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-16 12:22 [ptxdist] [PATCH v2 1/2] opus: version bump 1.4 -> 1.5.1 Philipp Zabel
2024-03-16 12:22 ` [ptxdist] [PATCH v2 2/2] opus: switch to meson build system Philipp Zabel
2024-03-23  8:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-03-23  8:59 ` [ptxdist] [APPLIED] opus: version bump 1.4 -> 1.5.1 Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox