From aa87e52c3b0d4d623da1581003bb6e60a50eb03c Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 15 Jul 2015 19:36:49 +0200 Subject: [PATCH] VST-info hotfix for 32/64 parallel installs. In the long-run this needs a better solution: Dedicated cache folders.. --- libs/ardour/ardour/vst_info_file.h | 4 ++++ 1 file changed, 4 insertions(+) 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 {