From: Jan Palus Date: Thu, 22 Jul 2021 17:52:33 +0000 (+0200) Subject: rediff patch X-Git-Tag: auto/th/sox-14.4.2-5~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fsox.git;a=commitdiff_plain;h=1e89ed5491f4f949df0e6e703374b33ab4844626 rediff patch --- diff --git a/sox-dyn.patch b/sox-dyn.patch index 553ee15..4dce103 100644 --- a/sox-dyn.patch +++ b/sox-dyn.patch @@ -25,5 +25,5 @@ -AC_OPTIONAL_FORMAT(sndfile, SNDFILE, [using_sndfile=$tmp_using_sndfile]) +AC_OPTIONAL_FORMAT(sndfile, SNDFILE, [if test "x$tmp_using_sndfile" = "xno"; then using_sndfile=no; fi]) - AC_OPTIONAL_FORMAT(ffmpeg, FFMPEG, [SOX_PATH_FFMPEG(, using_ffmpeg=no)]) +