mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-16 09:31:14 +00:00
- fixed linking without DYN_FLUIDSYNTH defined
Undefined symbols for architecture x86_64: "CreateFluidSynthMIDIDevice(char const*, int)", referenced from: MIDIStreamer::CreateMIDIDevice(EMidiDevice, int) in music_midistream.o
This commit is contained in:
parent
d018b430f7
commit
c4780495e1
1 changed files with 2 additions and 4 deletions
|
@ -814,6 +814,8 @@ void FluidSynthMIDIDevice::UnloadFluidSynth()
|
|||
FluidSynthModule.Unload();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
//
|
||||
|
@ -824,7 +826,3 @@ MIDIDevice *CreateFluidSynthMIDIDevice(const char *args, int samplerate)
|
|||
{
|
||||
return new FluidSynthMIDIDevice(args, samplerate);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue