From a51644aa58832fbd78f205f5390ca90a8095c41e Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sun, 27 Mar 2022 21:39:55 +0200 Subject: [PATCH] package/opus: enable custom modes Enable custom modes to avoid the following build failure with jack2 raised since commit 618a23100fe5ff54b90ada1a8f23453f6c5a77dc: Checking for header opus/opus_custom.h : not found The above check failed, but the checkee is required for --opus. It should be noted that before this commit, opus was silently disabled Fixes: - http://autobuild.buildroot.org/results/b1c050ccd6152c43a6da5f5d2174c3cc0dc2ff3e Signed-off-by: Fabrice Fontaine Signed-off-by: Arnout Vandecappelle (Essensium/Mind) (cherry picked from commit 92e436b73df21ff9347c53c25fd33d8fd48a9d43) Signed-off-by: Peter Korsgaard --- package/opus/opus.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/opus/opus.mk b/package/opus/opus.mk index 3fb2d5d65f..4f816df477 100644 --- a/package/opus/opus.mk +++ b/package/opus/opus.mk @@ -17,6 +17,7 @@ OPUS_CFLAGS += -O0 endif OPUS_CONF_ENV = CFLAGS="$(OPUS_CFLAGS)" +OPUS_CONF_OPTS = --enable-custom-modes ifeq ($(BR2_PACKAGE_OPUS_FIXED_POINT),y) OPUS_CONF_OPTS += --enable-fixed-point