From: Ted Hess Date: Wed, 18 Jun 2025 23:57:30 +0000 (-0400) Subject: sox_ng: Remove (lib)speex un-expected inclusion by discovery X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2521e8cf86fa7ec0102eaab3b713ec05f9b3174d;p=openwrt-packages.git 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 --- diff --git a/sound/sox_ng/Makefile b/sound/sox_ng/Makefile index 7bd1559c9..3ad9497eb 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 \