summarylogtreecommitdiffstats
path: root/RTcmix-pd-LCPLAY-stabilize.patch
diff options
context:
space:
mode:
authorAlbert Graef2020-08-22 07:56:22 +0200
committerAlbert Graef2020-08-22 07:56:22 +0200
commitd4b2a73633ed45fb5e8d762997f3cfc7f0f30d1e (patch)
tree30b1cc7f0b90539734d436e7a45424edd1c1d16a /RTcmix-pd-LCPLAY-stabilize.patch
parent2e029544639deb08feabd0b7727cf5af63609e74 (diff)
downloadaur-pd-l2ork.tar.gz
Update to latest upstream source (gcc10 compatibility).
Diffstat (limited to 'RTcmix-pd-LCPLAY-stabilize.patch')
-rw-r--r--RTcmix-pd-LCPLAY-stabilize.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/RTcmix-pd-LCPLAY-stabilize.patch b/RTcmix-pd-LCPLAY-stabilize.patch
deleted file mode 100644
index 20f10a8b1669..000000000000
--- a/RTcmix-pd-LCPLAY-stabilize.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/RTcmix-pd-4.0.1.6/insts/std/LPCPLAY/stabilize.cpp b/RTcmix-pd-4.0.1.6/insts/std/LPCPLAY/stabilize.cpp
-index 5753965..9cf85c4 100644
---- a/RTcmix-pd-4.0.1.6/insts/std/LPCPLAY/stabilize.cpp
-+++ b/RTcmix-pd-4.0.1.6/insts/std/LPCPLAY/stabilize.cpp
-@@ -29,7 +29,7 @@ stabilize(float *frameIn, int npoles)
- static Complex jay(0., 1.);
- static Complex tmp;
-
--inline double abs(double x) { return (x >= 0.) ? x : -x; }
-+//inline double abs(double x) { return (x >= 0.) ? x : -x; }
-
- static int
- factor(double *b, long *k4, double *rootr, double *rooti,