diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-03-13 17:36:07 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-03-13 17:36:07 +0100 |
commit | 0e6d94e02e754a6448e90fa139221f1f660d8a0d (patch) | |
tree | 4b879b518b75833c4e8c97266d49b7dcb70683d0 /configure.ac | |
parent | 948e2a04f446109c369e28580c6193027685d3e8 (diff) |
Initial version of DG plugin with plugingizmo wrapper code. So far only for LV2.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index aeb4a66..cf3d32e 100644 --- a/configure.ac +++ b/configure.ac @@ -10,6 +10,8 @@ LT_INIT AC_CONFIG_HEADERS(config.h) +AC_SYS_LARGEFILE + need_jack=no dnl =========================== @@ -374,7 +376,7 @@ PKG_CHECK_MODULES(SNDFILE, sndfile >= 1.0.20) AC_ARG_ENABLE([resampler], - AS_HELP_STRING([--enable-resampler[=lib]], + AS_HELP_STRING([--enable-resampler[=lib]], [Enable resampling using libzita-resampler, set to 'src' to force use of libsamplerate (slow). [default=yes]]),, [enable_resampler="yes"]) @@ -562,16 +564,11 @@ AC_SUBST(CPPFLAGS) AC_SUBST(CXXFLAGS) AC_SUBST(LDFLAGS) - - -# au/Makefile - AC_CONFIG_FILES( Makefile tools/Makefile src/Makefile - vst/Makefile - lv2/Makefile + plugin/Makefile plugingui/Makefile include/Makefile man/Makefile |