Fluidsynth requires additional libraries, for mingw build.
svn-id: r39749
This commit is contained in:
parent
6c6f95afe9
commit
30473e313d
1 changed files with 8 additions and 1 deletions
7
configure
vendored
7
configure
vendored
|
@ -1731,7 +1731,14 @@ EOF
|
|||
fi
|
||||
if test "$_fluidsynth" = yes ; then
|
||||
_def_fluidsynth='#define USE_FLUIDSYNTH'
|
||||
case $_host_os in
|
||||
mingw* | cygwin*)
|
||||
LIBS="$LIBS $FLUIDSYNTH_LIBS -lfluidsynth -ldsound -lwinmm"
|
||||
;;
|
||||
*)
|
||||
LIBS="$LIBS $FLUIDSYNTH_LIBS -lfluidsynth"
|
||||
;;
|
||||
esac
|
||||
INCLUDES="$INCLUDES $FLUIDSYNTH_CFLAGS"
|
||||
else
|
||||
_def_fluidsynth='#undef USE_FLUIDSYNTH'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue