[vlc-devel] [PATCH WIP 2/2] add SoundTouch lib

Valentin Deniaud valentin.deniaud at inpt.fr
Fri Aug 18 17:43:57 CEST 2017


---
 configure.ac | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/configure.ac b/configure.ac
index 8487fea895..8fc2b27127 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4002,6 +4002,19 @@ AS_IF([test "${enable_taglib}" != "no"], [
     AC_MSG_WARN([${TAGLIB_PKG_ERRORS}.])])
 ])
 
+dnl
+dnl  SoundTouch
+dnl
+AC_ARG_ENABLE(soundtouch,
+  [AS_HELP_STRING([--disable-soundtouch],
+    [do not use SoundTouch (default enabled)])])
+AS_IF([test "${enable_soundtouch}" != "no"], [
+  PKG_CHECK_MODULES(SOUNDTOUCH, soundtouch, [
+    VLC_ADD_PLUGIN([soundtouch])
+  ], [
+    AC_MSG_WARN([${SOUNDTOUCH_PKG_ERRORS}.])])
+])
+
 dnl
 dnl  libsecret
 dnl
-- 
2.14.1


More information about the vlc-devel mailing list