diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
commit | 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /audio/clunk/files/patch-clunk_mdct__context.h | |
parent | MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff) |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
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, 11 insertions, 0 deletions
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<T>(1, 2 * T(M_PI) * (t + T(0.125)) / N); + } |