Lower soundtouch version dependency to 1.2.1 w/ SYSLIBS=1. Compiles here...

git-svn-id: svn://localhost/ardour2/trunk@2798 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2007-12-19 05:05:52 +00:00
parent c430323217
commit 8c2715ce2c
1 changed files with 1 additions and 1 deletions

View File

@ -884,7 +884,7 @@ if env['SYSLIBS']:
'sigc++-2.0' : '2.0',
'gtkmm-2.4' : '2.8',
'libgnomecanvasmm-2.6' : '2.12.0',
'libSoundTouch' : '1.3.1'
'libSoundTouch' : '1.2.1'
}
conf = Configure(env, custom_tests = { 'CheckPKGConfig' : CheckPKGConfig,