Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
23 lines
780 B
Diff
23 lines
780 B
Diff
diff --git a/source/mididevices/music_fluidsynth_mididevice.cpp b/source/mididevices/music_fluidsynth_mididevice.cpp
|
|
index 1a33d3c..496d842 100644
|
|
--- a/source/mididevices/music_fluidsynth_mididevice.cpp
|
|
+++ b/source/mididevices/music_fluidsynth_mididevice.cpp
|
|
@@ -47,7 +47,7 @@
|
|
|
|
FluidConfig fluidConfig;
|
|
|
|
-#include "../thirdparty/fluidsynth/include/fluidsynth.h"
|
|
+#include <fluidsynth.h>
|
|
|
|
class FluidSynthMIDIDevice : public SoftSynthMIDIDevice
|
|
{
|
|
diff --git a/thirdparty/CMakeLists.txt b/thirdparty/CMakeLists.txt
|
|
index dd791db..c59b40d 100644
|
|
--- a/thirdparty/CMakeLists.txt
|
|
+++ b/thirdparty/CMakeLists.txt
|
|
@@ -28,4 +28,3 @@ add_subdirectory(timidityplus)
|
|
add_subdirectory(wildmidi)
|
|
add_subdirectory(oplsynth)
|
|
add_subdirectory(libxmp)
|
|
-add_subdirectory(fluidsynth/src)
|