diff options
Diffstat (limited to 'audio/clunk/files/patch-clunk__mdct_context.h')
-rw-r--r-- | audio/clunk/files/patch-clunk__mdct_context.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/clunk/files/patch-clunk__mdct_context.h b/audio/clunk/files/patch-clunk__mdct_context.h deleted file mode 100644 index a66c079fdded..000000000000 --- a/audio/clunk/files/patch-clunk__mdct_context.h +++ /dev/null @@ -1,11 +0,0 @@ ---- clunk/mdct_context.h.orig 2014-09-29 10:48:48.000000000 +0400 -+++ clunk/mdct_context.h 2015-01-23 14:14:23.000000000 +0300 -@@ -61,7 +61,7 @@ - - T data[N]; - -- mdct_context() : sqrt_N((T)sqrt((T)N)), data() { -+ mdct_context() : window_func(), sqrt_N((T)sqrt((T)N)), data() { - for(unsigned t = 0; t < N4; ++t) { - angle_cache[t] = std::polar<T>(1, 2 * T(M_PI) * (t + T(0.125)) / N); - } |