[vlc-commits] Configure: hack to correctly link with fluidlite

Jean-Baptiste Kempf git at videolan.org
Thu Aug 4 13:17:04 CEST 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Aug  4 12:13:30 2016 +0200| [ab4aab17470d9cde1da570bc9d9f4cb68fa78347] | committer: Jean-Baptiste Kempf

Configure: hack to correctly link with fluidlite

Without breaking the main fluidsynth case

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

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

diff --git a/configure.ac b/configure.ac
index 62e62b8..9bd4426 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2891,7 +2891,7 @@ dnl libfluidsynth (MIDI synthetizer) plugin
 dnl
 PKG_ENABLE_MODULES_VLC([FLUIDSYNTH], [], [fluidsynth >= 1.1.2], [MIDI synthetiser with libfluidsynth], [auto])
 PKG_ENABLE_MODULES_VLC([FLUIDLITE], [fluidsynth], [fluidlite], [MIDI synthetiser with libfluidsynth], [auto])
-AC_CHECK_HEADERS(fluidlite.h)
+AC_CHECK_HEADERS(fluidlite.h, [AC_SUBST([FLUIDSYNTH_LIBS], ${FLUIDLITE_LIBS})])
 
 dnl
 dnl Teletext Modules



More information about the vlc-commits mailing list