diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2024-07-24 18:57:32 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2024-07-24 19:16:42 +0200 |
commit | efebb624788963cb00c9e3af7fef40794336c361 (patch) | |
tree | 584796f639dd82cbe02c9b7479566ea51f0a555a /plugin/Makefile.mingw32.in | |
parent | ddd12cae8a21eba52a4d8fae9dced18878e0e055 (diff) |
Experimental dynamic, position based, velocity range detection.
Diffstat (limited to 'plugin/Makefile.mingw32.in')
-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 1b8c848..7fbc3f5 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -50,6 +50,7 @@ DG_SRC = \ @top_srcdir@/src/translation.cc \ @top_srcdir@/src/velocityfilter.cc \ @top_srcdir@/src/positionfilter.cc \ + @top_srcdir@/src/position_power.cc \ @top_srcdir@/src/versionstr.cc DG_CFLAGS = -I@top_srcdir@ -I@top_srcdir@/src \ -I@top_srcdir@/zita-resampler/libs \ |