From a52c5169c4c0f8f6054b5b9da1566f0fe705b491 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 7 Jun 2014 12:55:26 +0200 Subject: VST type hack. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ef867e5..ed63b5b 100644 --- a/configure.ac +++ b/configure.ac @@ -129,7 +129,7 @@ AC_ARG_ENABLE([vst], [enable_vst="no"]) if test "x$enable_vst" = "xyes"; then enable_vst=yes - VST_CPPFLAGS="-I$with_vst_sources" + VST_CPPFLAGS="-I$with_vst_sources -D__int64='long long int'" VST_SOURCE_PATH="$with_vst_sources" AC_SUBST(VST_SOURCE_PATH) AC_SUBST(VST_CPPFLAGS) -- cgit v1.2.3