mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-13 00:04:10 +00:00
report FluidSynth's runtime + exec version
This commit is contained in:
parent
aff8f0d458
commit
37218ba4b4
1 changed files with 3 additions and 2 deletions
|
@ -806,15 +806,16 @@ print_usage()
|
||||||
void
|
void
|
||||||
print_welcome()
|
print_welcome()
|
||||||
{
|
{
|
||||||
printf("FluidSynth version %s\n"
|
printf("FluidSynth runtime version %s\n"
|
||||||
"Copyright (C) 2000-2017 Peter Hanappe and others.\n"
|
"Copyright (C) 2000-2017 Peter Hanappe and others.\n"
|
||||||
"Distributed under the LGPL license.\n"
|
"Distributed under the LGPL license.\n"
|
||||||
"SoundFont(R) is a registered trademark of E-mu Systems, Inc.\n\n",
|
"SoundFont(R) is a registered trademark of E-mu Systems, Inc.\n\n",
|
||||||
FLUIDSYNTH_VERSION);
|
fluid_version_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
void print_configure()
|
void print_configure()
|
||||||
{
|
{
|
||||||
|
printf("FluidSynth executable version %s\n", FLUIDSYNTH_VERSION);
|
||||||
puts("Sample type="
|
puts("Sample type="
|
||||||
#ifdef WITH_FLOAT
|
#ifdef WITH_FLOAT
|
||||||
"float"
|
"float"
|
||||||
|
|
Loading…
Reference in a new issue