[vlc-commits] configure: require soxr >= 0.1.2

Thomas Guillem git at videolan.org
Tue Nov 3 16:26:46 CET 2015


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Nov  3 16:16:25 2015 +0100| [24d5b1e1113b3ac5499b26e65ccdd5a9393ccee4] | committer: Thomas Guillem

configure: require soxr >= 0.1.2

Since our SoXR audio filter use the soxr_clear function that is broken before
0.1.2.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=24d5b1e1113b3ac5499b26e65ccdd5a9393ccee4
---

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 92ba939..dd4089e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3659,7 +3659,7 @@ PKG_ENABLE_MODULES_VLC([SAMPLERATE], [], [samplerate], [Resampler with libsample
 dnl
 dnl  soxr module
 dnl
-PKG_ENABLE_MODULES_VLC([SOXR], [], [soxr >= 0.1], [SoX Resampler library], [auto])
+PKG_ENABLE_MODULES_VLC([SOXR], [], [soxr >= 0.1.2], [SoX Resampler library], [auto])
 
 dnl
 dnl  OS/2 KAI plugin



More information about the vlc-commits mailing list