mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
wscript: improve configure messages slightly
This commit is contained in:
parent
8bb91099c5
commit
6ff1d86cad
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ def options(opt):
|
||||||
|
|
||||||
def configure(conf):
|
def configure(conf):
|
||||||
if conf.is_defined('USE_EXTERNAL_LIBS'):
|
if conf.is_defined('USE_EXTERNAL_LIBS'):
|
||||||
conf.check_cxx(header_name="base/Pitch.h", mandatory=True)
|
conf.check_cxx(header_name="base/Pitch.h", mandatory=True, msg="Checking for qm-dsp headers")
|
||||||
conf.check_cxx(lib="qm-dsp", uselib_store="QMDSP", mandatory=True)
|
conf.check_cxx(lib="qm-dsp", uselib_store="QMDSP", mandatory=True)
|
||||||
|
|
||||||
def build(bld):
|
def build(bld):
|
||||||
|
|
|
||||||
2
wscript
2
wscript
|
|
@ -1172,7 +1172,7 @@ int main () { int x = SFC_RF64_AUTO_DOWNGRADE; return 0; }
|
||||||
mandatory = False,
|
mandatory = False,
|
||||||
execute = False,
|
execute = False,
|
||||||
use = 'SNDFILE',
|
use = 'SNDFILE',
|
||||||
msg = 'Checking for sndfile RF64=>RIFF support',
|
msg = 'Checking for sndfile RF64=>RIFF support',
|
||||||
okmsg = 'Found',
|
okmsg = 'Found',
|
||||||
errmsg = 'Not found, no RF64-to-WAV support')
|
errmsg = 'Not found, no RF64-to-WAV support')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue