summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-06-07 12:55:26 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-06-07 12:55:26 +0200
commita52c5169c4c0f8f6054b5b9da1566f0fe705b491 (patch)
treeab1a2c8f2ee5cf863a226bfbdc9d91790f0ff0ae /configure.ac
parentd76e2ed2483aff0c246a729c242c4c57b48d8996 (diff)
VST type hack.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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)