vlc | branch: master | Thomas Guillem <tho...@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

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to