summaryrefslogtreecommitdiff
path: root/msvc_extra_headers
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-10-31 20:22:57 -0400
committerDavid Robillard <d@drobilla.net>2014-10-31 20:46:09 -0400
commit324ab35abca1ee8dbf24842dc149b15dd54d23e3 (patch)
tree0cfb9303d8a781860f09f1a543381ee1edda6749 /msvc_extra_headers
parent0a60077a617a5bf7a600e34def4439283434dc69 (diff)
Use precise define names for LV2 version configure checks.
Diffstat (limited to 'msvc_extra_headers')
-rw-r--r--msvc_extra_headers/ardourext/sys/targetsxs.h.input2
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc_extra_headers/ardourext/sys/targetsxs.h.input b/msvc_extra_headers/ardourext/sys/targetsxs.h.input
index 29d380f4ad..e508df083d 100644
--- a/msvc_extra_headers/ardourext/sys/targetsxs.h.input
+++ b/msvc_extra_headers/ardourext/sys/targetsxs.h.input
@@ -7,7 +7,7 @@
#define LV2_SUPPORT 1
#define HAVE_SUIL 1
#define HAVE_LV2 1
-#define HAVE_NEW_LV2 1
+#define HAVE_LV2_1_2_0 1
/* Comment out the above lines to build Mixbus without LV2 support */
#endif