mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
Patch from nettings to comment out soundtouch-related
configuration checks (#4403). git-svn-id: svn://localhost/ardour2/branches/3.0@10329 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3379155ef5
commit
aaa486a90f
2 changed files with 3 additions and 3 deletions
2
wscript
2
wscript
|
|
@ -603,7 +603,7 @@ const char* const ardour_config_info = "\\n\\
|
|||
write_config_text('Program name', opts.program_name)
|
||||
write_config_text('Rubberband', conf.is_defined('HAVE_RUBBERBAND'))
|
||||
write_config_text('Samplerate', conf.is_defined('HAVE_SAMPLERATE'))
|
||||
write_config_text('Soundtouch', conf.is_defined('HAVE_SOUNDTOUCH'))
|
||||
# write_config_text('Soundtouch', conf.is_defined('HAVE_SOUNDTOUCH'))
|
||||
write_config_text('Translation', opts.nls)
|
||||
write_config_text('Tranzport', opts.tranzport)
|
||||
write_config_text('Unit tests', conf.is_defined('BUILD_TESTS'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue