diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-04-11 11:44:21 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-04-11 11:44:21 +0200 |
commit | a732b8810fa586bfe783c5f89776c0d53e521fb5 (patch) | |
tree | 623949a6d7ea8899e150383e30148c39fc345ca9 /plugin | |
parent | cb38141a007052d52d8491e2e9be904ad8fd0bd4 (diff) |
Add missing include path to zita-resampler for windows builds.
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 0ceee15..067a132 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -47,6 +47,7 @@ DG_SRC = \ @top_srcdir@/src/velocityfilter.cc \ @top_srcdir@/src/versionstr.cc DG_CFLAGS = -I@top_srcdir@ -I@top_srcdir@/src \ + -I@top_srcdir@/zita-resampler/libs \ -I@top_srcdir@/pugixml/src -D_USE_MATH_DEFINES \ -I@top_srcdir@/plugin/plugingizmo -DVST -DSSE -msse -msse2 # -DDISABLE_HUGIN |