[Scummvm-cvs-logs] scummvm master -> ef6d8f8878eaf2e6fe88ee10f8eb182820b8eefb
Kirben
kirben at optusnet.com.au
Tue Jan 12 23:32:30 CET 2016
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
ef6d8f8878 CONFIGURE: Update note about Fluidsynth in Windows builds.
Commit: ef6d8f8878eaf2e6fe88ee10f8eb182820b8eefb
https://github.com/scummvm/scummvm/commit/ef6d8f8878eaf2e6fe88ee10f8eb182820b8eefb
Author: Kirben (kirben at optusnet.com.au)
Date: 2016-01-13T09:31:02+11:00
Commit Message:
CONFIGURE: Update note about Fluidsynth in Windows builds.
Changed paths:
configure
diff --git a/configure b/configure
index fe2db02..34a839d 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"
;;
More information about the Scummvm-git-logs
mailing list