From ef6d8f8878eaf2e6fe88ee10f8eb182820b8eefb Mon Sep 17 00:00:00 2001 From: Kirben Date: Wed, 13 Jan 2016 09:31:02 +1100 Subject: CONFIGURE: Update note about Fluidsynth in Windows builds. --- configure | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'configure') diff --git a/configure b/configure index fe2db0255b..34a839ddb8 100755 --- a/configure +++ b/configure @@ -3899,12 +3899,9 @@ echocheck "FluidSynth" append_var FLUIDSYNTH_LIBS "-lfluidsynth" case $_host_os in mingw*) - # TODO: Modern FluidSynth requires glib. Our buildbot uses an older - # FluidSynth version which does not require glib. Additionally, it - # does not contain any glib libraries. We hack the libraries - # required for static linking here to make it work with buildbot. - # Once we upgraded to a new version, glib and its dependencies - # should be added. + # NOTE: Windows builds use an older FluidSynth version (1.0.9) + # which doesn't require glib, to avoid bundling the complete glib + # libraries with Windows builds. FLUIDSYNTH_STATIC_LIBS="$FLUIDSYNTH_LIBS -ldsound -lwinmm" ;; -- cgit v1.2.3