summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/vst_info_file.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-07-15 19:36:49 +0200
committerRobin Gareus <robin@gareus.org>2015-07-15 19:36:49 +0200
commitaa87e52c3b0d4d623da1581003bb6e60a50eb03c (patch)
tree6cd1fa62a6334176c87f1c3edf55c67b34754abb /libs/ardour/ardour/vst_info_file.h
parent3f25b7ec4f3584d8ee516b27676db88578fb8556 (diff)
VST-info hotfix for 32/64 parallel installs.
In the long-run this needs a better solution: Dedicated cache folders..
Diffstat (limited to 'libs/ardour/ardour/vst_info_file.h')
-rw-r--r--libs/ardour/ardour/vst_info_file.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/ardour/ardour/vst_info_file.h b/libs/ardour/ardour/vst_info_file.h
index 27e12533be..62c3484c80 100644
--- a/libs/ardour/ardour/vst_info_file.h
+++ b/libs/ardour/ardour/vst_info_file.h
@@ -33,7 +33,11 @@
#endif
#define VST_EXT_ERRORFILE ".err"
+# if ( defined(__x86_64__) || defined(_M_X64) )
+#define VST_EXT_INFOFILE ".fsi64"
+#else
#define VST_EXT_INFOFILE ".fsi"
+#endif
#ifndef VST_SCANNER_APP
namespace ARDOUR {