diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-06-14 21:13:28 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-06-14 21:13:28 +0200 |
commit | 9453078f2d66fad806ee104e7c6993bba1043c6a (patch) | |
tree | 3b1ffe1e7b67c7d626336d835b44203f2c2c6ac5 /plugin/Makefile.mingw32.in | |
parent | 1bc07f860fa7f01763586f45b7fb2e53cd1c2557 (diff) |
New input processor filter system. Moved processing from Instrument calss to new input processing filter system and prepared for new latency filter.
Diffstat (limited to 'plugin/Makefile.mingw32.in')
-rw-r--r-- | plugin/Makefile.mingw32.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/Makefile.mingw32.in b/plugin/Makefile.mingw32.in index d218430..7a9d412 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -28,6 +28,7 @@ DG_SRC = \ @top_srcdir@/src/inputprocessor.cc \ @top_srcdir@/src/instrument.cc \ @top_srcdir@/src/instrumentparser.cc \ + @top_srcdir@/src/latencyfilter.cc \ @top_srcdir@/src/memchecker.cc \ @top_srcdir@/src/midimapparser.cc \ @top_srcdir@/src/midimapper.cc \ @@ -38,6 +39,7 @@ DG_SRC = \ @top_srcdir@/src/sample.cc \ @top_srcdir@/src/semaphore.cc \ @top_srcdir@/src/saxparser.cc \ + @top_srcdir@/src/staminafilter.cc \ @top_srcdir@/src/thread.cc \ @top_srcdir@/src/versionstr.cc DG_CFLAGS = -I@top_srcdir@ -I@top_srcdir@/include -I@top_srcdir@/src \ |