From 2521e8cf86fa7ec0102eaab3b713ec05f9b3174d Mon Sep 17 00:00:00 2001 From: Ted Hess Date: Wed, 18 Jun 2025 19:57:30 -0400 Subject: [PATCH] sox_ng: Remove (lib)speex un-expected inclusion by discovery Building sox_ng under certain environments inadvertantly tries to include Speex code. This patch forces sox_ng to build without Speex codec references. Signed-off-by: Ted Hess --- sound/sox_ng/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/sox_ng/Makefile b/sound/sox_ng/Makefile index 7bd1559c93..3ad9497eb5 100644 --- a/sound/sox_ng/Makefile +++ b/sound/sox_ng/Makefile @@ -46,6 +46,7 @@ CONFIGURE_ARGS += \ --without-libltdl \ --with-flac \ --without-ladspa \ + --without-speexdsp \ --without-png \ --without-sndfile \ --with-opus \