LV2: fixed compilation without LV2 support or older versions of LV2

LV2 core was not compiled conditionally into LMMS binary so compilation
failed when building without LV2 support. Furthermore added
compatibility code for SLV2 <= 0.6.2.
This commit is contained in:
Tobias Doerffel
2009-05-15 18:23:09 +02:00
parent 582393cdba
commit 40b9b1cb4c
6 changed files with 24 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
#cmakedefine LMMS_HAVE_FFTW3F
#cmakedefine LMMS_HAVE_FLUIDSYNTH
#cmakedefine LMMS_HAVE_JACK
#cmakedefine LMMS_HAVE_LV2
#cmakedefine LMMS_HAVE_OGGVORBIS
#cmakedefine LMMS_HAVE_OSS
#cmakedefine LMMS_HAVE_PORTAUDIO
@@ -42,6 +43,7 @@
#cmakedefine LMMS_HAVE_STRING_H
#cmakedefine LMMS_HAVE_PROCESS_H
#cmakedefine LMMS_HAVE_LOCALE_H
#cmakedefine LMMS_HAVE_SLV2_SCALEPOINTS_H
/* defines for libsamplerate */