Skip to content

Commit 2521e8c

Browse files
thessBKPepe
authored andcommitted
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 <[email protected]>
1 parent 30c498a commit 2521e8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/sox_ng/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ CONFIGURE_ARGS += \
4646
--without-libltdl \
4747
--with-flac \
4848
--without-ladspa \
49+
--without-speexdsp \
4950
--without-png \
5051
--without-sndfile \
5152
--with-opus \

0 commit comments

Comments
 (0)