summarylogtreecommitdiffstats
path: root/RTcmix-pd-LCPLAY-stabilize.patch
diff options
context:
space:
mode:
authorAlbert Graef2018-04-04 19:08:38 +0200
committerAlbert Graef2018-04-04 19:08:38 +0200
commitbd7f60f8f838b2afedc3d5e7b60e3a70b624b776 (patch)
tree579cc30ac7d21f64d256b8699d4579e125286821 /RTcmix-pd-LCPLAY-stabilize.patch
parent7fb5aa88f7407f1423564404ccb4f151ec9ee9b7 (diff)
downloadaur-bd7f60f8f838b2afedc3d5e7b60e3a70b624b776.tar.gz
Update to latest upstream, make Gem work again, change flite1 dependency to flite.
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,