[vlc-commits] commit: Require fluidsynth 1.1 ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Fri Apr 16 20:55:00 CEST 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Apr 16 21:49:28 2010 +0300| [2bca1281864258090cd0a55da0a61b5d7dbdfe8a] | committer: Rémi Denis-Courmont 

Require fluidsynth 1.1

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

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index aea59d6..bf40c22 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3162,7 +3162,7 @@ fi
 dnl
 dnl libfluidsynth (MIDI synthetizer) plugin
 dnl
-PKG_ENABLE_MODULES_VLC([FLUIDSYNTH], [], [fluidsynth], [MIDI synthetiser with libfluidsynth], [auto])
+PKG_ENABLE_MODULES_VLC([FLUIDSYNTH], [], [fluidsynth >= 1.1], [MIDI synthetiser with libfluidsynth], [auto])
 
 dnl
 dnl Teletext Modules



More information about the vlc-commits mailing list