diff options
author | André Nusser <andre.nusser@googlemail.com> | 2020-05-02 12:56:48 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-05-02 12:56:48 +0200 |
commit | 1671ee67a4d868811b3d3b5652b991d383a13679 (patch) | |
tree | d8aad40438ed02ce76515b6bcf7296a8eb1141f0 /plugin | |
parent | cf790d239d4b5dfa772d5d1fdb112b8640a4a81a (diff) |
Add powermap filter to the input processor and make sure that velocity visualizer is not affected but it.
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/Makefile.mingw32.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/Makefile.mingw32.in b/plugin/Makefile.mingw32.in index c577e02..db4d279 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -39,6 +39,7 @@ DG_SRC = \ @top_srcdir@/src/path.cc \ @top_srcdir@/src/powerlist.cc \ @top_srcdir@/src/powermap.cc \ + @top_srcdir@/src/powermapfilter.cc \ @top_srcdir@/src/random.cc \ @top_srcdir@/src/sample.cc \ @top_srcdir@/src/sample_selection.cc \ |