mirror of
https://github.com/ZDoom/ZMusic.git
synced 2025-02-17 09:02:23 +00:00
- support dynamic loading of FluidSynth 2.2
This commit is contained in:
parent
0ee7aa9a5b
commit
2b291705f2
1 changed files with 2 additions and 2 deletions
|
@ -133,9 +133,9 @@ protected:
|
|||
#else
|
||||
|
||||
#ifdef __APPLE__
|
||||
#define FLUIDSYNTHLIBS { "libfluidsynth.1.dylib", "libfluidsynth.2.dylib" }
|
||||
#define FLUIDSYNTHLIBS { "libfluidsynth.1.dylib", "libfluidsynth.2.dylib", "libfluidsynth.3.dylib" }
|
||||
#else // !__APPLE__
|
||||
#define FLUIDSYNTHLIBS { "libfluidsynth.so.1", "libfluidsynth.so.2" }
|
||||
#define FLUIDSYNTHLIBS { "libfluidsynth.so.1", "libfluidsynth.so.2", "libfluidsynth.so.3" }
|
||||
#endif // __APPLE__
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue