From 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 26 Jul 2016 16:51:15 +0000 Subject: Cleanup patches, a* categories. Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight --- audio/clunk/files/patch-clunk_mdct__context.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 audio/clunk/files/patch-clunk_mdct__context.h (limited to 'audio/clunk/files/patch-clunk_mdct__context.h') diff --git a/audio/clunk/files/patch-clunk_mdct__context.h b/audio/clunk/files/patch-clunk_mdct__context.h new file mode 100644 index 000000000000..1d694ef4a1ce --- /dev/null +++ b/audio/clunk/files/patch-clunk_mdct__context.h @@ -0,0 +1,11 @@ +--- clunk/mdct_context.h.orig 2014-09-29 06:48:48 UTC ++++ clunk/mdct_context.h +@@ -61,7 +61,7 @@ public: + + 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(1, 2 * T(M_PI) * (t + T(0.125)) / N); + } -- cgit v1.2.3