summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-04-02 15:23:24 +0200
committerRobin Gareus <robin@gareus.org>2017-04-02 15:23:24 +0200
commit0ed1a88af1ebd3445bfc8f2aba0170557e4d3e1f (patch)
treedc94d4f1035298296e307784115a0dfde1cb5e01 /tools
parent77e8c0c4df82314a9958469dfffedaa19cedaab3 (diff)
avoid C++11 - fixes OSX/PPC builds
Diffstat (limited to 'tools')
-rwxr-xr-xtools/update_qm-dsp.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/update_qm-dsp.sh b/tools/update_qm-dsp.sh
index 4e2f43ddcf..5b769082da 100755
--- a/tools/update_qm-dsp.sh
+++ b/tools/update_qm-dsp.sh
@@ -69,4 +69,22 @@ index 714d5755d..c88641de7 100644
{
EOF
+## this applies to qm-vamp-plugins-v1.7.1-20-g4d15479
+## fix OSX 10.5 / PPC builds gcc4.2
+patch -p3 << EOF
+diff --git a/libs/qm-dsp/base/KaiserWindow.h b/libs/qm-dsp/base/KaiserWindow.h
+index f16a4b6c1..0253d6d4c 100644
+--- a/libs/qm-dsp/base/KaiserWindow.h
++++ b/libs/qm-dsp/base/KaiserWindow.h
+@@ -81,7 +81,7 @@ public:
+ }
+
+ const double *getWindow() const {
+- return m_window.data();
++ return &m_window[0];
+ }
+
+ void cut(double *src) const {
+EOF
+
git add gitrev.txt base dsp ext maths