From 22ce0aa777550739234cd0d40ac95a3b4df2d5be Mon Sep 17 00:00:00 2001 From: falkTX Date: Thu, 6 Sep 2018 08:21:19 +0200 Subject: [PATCH] Show fludsynth version in about page --- source/backend/utils/Information.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/backend/utils/Information.cpp b/source/backend/utils/Information.cpp index c94c278b4..0d2d15b72 100644 --- a/source/backend/utils/Information.cpp +++ b/source/backend/utils/Information.cpp @@ -22,6 +22,10 @@ #include "rtaudio/RtAudio.h" #include "rtmidi/RtMidi.h" +#ifdef HAVE_FLUIDSYNTH +# include +#endif + #include "water/files/File.h" // ------------------------------------------------------------------------------------------------------------------- @@ -46,7 +50,7 @@ const char* carla_get_complete_license_text() // Sample kit libraries #ifdef HAVE_FLUIDSYNTH - "
  • FluidSynth library for SF2/3 support
  • " + "
  • FluidSynth library v" FLUIDSYNTH_VERSION " for SF2/3 support
  • " #endif "
  • SFZero module for SFZ support
  • "