Add functionality to show ASIO control panel

This commit is contained in:
Tim Mayberry
2015-07-20 21:44:46 +10:00
parent acd17a9b53
commit cfbd9dd6d4
5 changed files with 62 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ def options(opt):
def configure(conf):
autowaf.configure(conf)
autowaf.check_pkg(conf, 'portaudio-2.0', uselib_store='PORTAUDIO', atleast_version='19')
conf.check(header_name='pa_asio.h', define_name='WITH_ASIO', mandatory=False)
def build(bld):
obj = bld(features = 'cxx cxxshlib')