[Scummvm-cvs-logs] scummvm master -> 2dc3346c08847eebd2fb9cb75a88033c1dbbfd93

Kirben kirben at optusnet.com.au
Tue Mar 8 09:22:25 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:
2dc3346c08 CONFIGURE: Update FluidSynth libraries for MinGW.


Commit: 2dc3346c08847eebd2fb9cb75a88033c1dbbfd93
    https://github.com/scummvm/scummvm/commit/2dc3346c08847eebd2fb9cb75a88033c1dbbfd93
Author: Kirben (kirben at optusnet.com.au)
Date: 2016-03-08T19:22:07+11:00

Commit Message:
CONFIGURE: Update FluidSynth libraries for MinGW.

Changed paths:
    configure



diff --git a/configure b/configure
index b7f4196..2d9b51e 100755
--- a/configure
+++ b/configure
@@ -3960,7 +3960,7 @@ case $_host_os in
 		# 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"
+		FLUIDSYNTH_STATIC_LIBS="$FLUIDSYNTH_LIBS -lglib-2.0 -lintl -liconv -lws2_32 -lole32 -lshlwapi -lpcre -ldsound -lwinmm"
 	;;
 
 	darwin*)






More information about the Scummvm-git-logs mailing list