Drop compat-defines from debian_vst patch
authorIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>
Wed, 3 Feb 2021 10:28:46 +0000 (11:28 +0100)
committerIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>
Wed, 3 Feb 2021 10:41:10 +0000 (11:41 +0100)
that was obviously the wrong approach...

debian/patches/debian_vst.patch

index eede41945179345f3d118198005b3003526663f6..2b8c287ad2b2f3cc9e8ed3df320fc19367499efb 100644 (file)
@@ -7,9 +7,9 @@ Last-Update: 2019-01-12
 backprted from the original JUCE-5.3.1 header
 Last-Update: 2019-01-12
 ---
- modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp         | 3 +--
.../juce_audio_processors/format_types/juce_VSTPluginFormat.cpp   | 8 +++++---
- 2 files changed, 6 insertions(+), 5 deletions(-)
+ modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp           | 3 +--
modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp | 4 ++--
+ 2 files changed, 3 insertions(+), 4 deletions(-)
 
 diff --git a/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp b/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp
 index 6c97aa2..1a26c77 100644
@@ -26,18 +26,10 @@ index 6c97aa2..1a26c77 100644
  \r
  JUCE_END_IGNORE_WARNINGS_MSVC\r
 diff --git a/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp b/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp
-index d3b19a2..d3a6589 100644
+index d3b19a2..3859bbb 100644
 --- a/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp
 +++ b/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp
-@@ -37,7 +37,6 @@ JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wzero-as-null-pointer-constant")
- JUCE_BEGIN_IGNORE_WARNINGS_MSVC (4996)\r
\r
- #define VST_FORCE_DEPRECATED 0\r
--#define JUCE_VSTINTERFACE_H_INCLUDED 1\r
\r
- namespace Vst2\r
- {\r
-@@ -46,8 +45,8 @@ namespace Vst2
+@@ -46,8 +46,8 @@ namespace Vst2
  // paths or use the "VST (Legacy) SDK Folder" field in the Projucer. The VST2\r
  // SDK can be obtained from the vstsdk3610_11_06_2018_build_37 (or older) VST3\r
  // SDK or JUCE version 5.3.2.\r
@@ -48,13 +40,3 @@ index d3b19a2..d3a6589 100644
  }\r
  \r
  #include "juce_VSTCommon.h"\r
-@@ -60,6 +59,9 @@ JUCE_BEGIN_IGNORE_WARNINGS_MSVC (4355)
\r
- #include "juce_VSTMidiEventList.h"\r
\r
-+#define resvd2 hostSpace2\r
-+#define nanoSeconds systemTimeNanoseconds\r
-+\r
- #if JUCE_MINGW\r
-  #ifndef WM_APPCOMMAND\r
-   #define WM_APPCOMMAND 0x0319\r