[Scummvm-cvs-logs] scummvm master -> ea3f2ba60eae1eaeebec86662e6ccaee51a60657
Kirben
kirben at optusnet.com.au
Tue Mar 8 09:24:29 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:
ea3f2ba60e CONFIGURE: Remove out dated comment for MinGW.
Commit: ea3f2ba60eae1eaeebec86662e6ccaee51a60657
https://github.com/scummvm/scummvm/commit/ea3f2ba60eae1eaeebec86662e6ccaee51a60657
Author: Kirben (kirben at optusnet.com.au)
Date: 2016-03-08T19:23:50+11:00
Commit Message:
CONFIGURE: Remove out dated comment for MinGW.
Changed paths:
configure
diff --git a/configure b/configure
index 2d9b51e..a2bfbea 100755
--- a/configure
+++ b/configure
@@ -3957,9 +3957,6 @@ echocheck "FluidSynth"
append_var FLUIDSYNTH_LIBS "-lfluidsynth"
case $_host_os in
mingw*)
- # 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 -lglib-2.0 -lintl -liconv -lws2_32 -lole32 -lshlwapi -lpcre -ldsound -lwinmm"
;;
More information about the Scummvm-git-logs
mailing list