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 <thess@kitschensync.net>
This commit is contained in:
Ted Hess
2025-06-18 19:57:30 -04:00
committed by Josef Schlehofer
parent 30c498a40b
commit 2521e8cf86

View File

@@ -46,6 +46,7 @@ CONFIGURE_ARGS += \
--without-libltdl \
--with-flac \
--without-ladspa \
--without-speexdsp \
--without-png \
--without-sndfile \
--with-opus \