From 3fd3217f2b4765a275d3e8a93d9ee33e9040157a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 16 Sep 2020 14:45:19 -0700 Subject: Updated to 2.2.0 --- 8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch (limited to '8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch') diff --git a/8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch b/8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch deleted file mode 100644 index 47f53c5..0000000 --- a/8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch +++ /dev/null @@ -1,25 +0,0 @@ -commit 8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6 -Author: D G Turner -Date: Sun Dec 15 22:22:20 2019 +0000 - - AUDIO: Fix Compilation Against Fluidsynth v2.1+ - - This is as reported by eriktorbjorn. - -diff --git a/audio/softsynth/fluidsynth.cpp b/audio/softsynth/fluidsynth.cpp -index 4034b2ffc3..33a74a1524 100644 ---- a/audio/softsynth/fluidsynth.cpp -+++ b/audio/softsynth/fluidsynth.cpp -@@ -35,7 +35,12 @@ - #include "backends/platform/ios7/ios7_common.h" - #endif - -+// Fluidsynth v2.1+ uses printf in one of it's headers, so this is -+// needed to allow compilation, as reported by eriktorbjorn on 20191215 -+// This is in include/fluidsynth/log.h around line 82 -+#define FORBIDDEN_SYMBOL_EXCEPTION_printf - #include -+#undef FORBIDDEN_SYMBOL_EXCEPTION_printf - - class MidiDriver_FluidSynth : public MidiDriver_Emulated { - private: -- cgit v1.2.1