Less weak plugin preset system (maybe AU preset stuff can use the 'normal' thing instead of being all weird now?).
LV2 preset support as implemented in svn calf plugins (experimental extension). git-svn-id: svn://localhost/ardour2/branches/3.0@4547 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -594,12 +594,12 @@ else:
|
||||
if env['LV2']:
|
||||
conf = env.Configure(custom_tests = { 'CheckPKGVersion' : CheckPKGVersion})
|
||||
|
||||
if conf.CheckPKGVersion('slv2', '0.6.2'):
|
||||
if conf.CheckPKGVersion('slv2', '0.6.4'):
|
||||
libraries['slv2'] = LibraryInfo()
|
||||
libraries['slv2'].ParseConfig('pkg-config --cflags --libs slv2')
|
||||
env.Append (CCFLAGS="-DHAVE_LV2")
|
||||
else:
|
||||
print 'LV2 support is not enabled (SLV2 not found or older than 0.6.0)'
|
||||
print 'LV2 support is not enabled (SLV2 not found or older than 0.6.4 (svn))'
|
||||
env['LV2'] = 0
|
||||
conf.Finish()
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user