- build fixes for OS X.

-- casts for vDSP in mix.cc
-- fix for PluginInsert::PluginControl usage
-- disable POWERMATE if POWERMATE=0



git-svn-id: svn://localhost/ardour2/trunk@2193 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Taybin Rutkin
2007-07-31 00:48:10 +00:00
parent 9e1eed55aa
commit 8756647ab9
5 changed files with 27 additions and 22 deletions

View File

@@ -44,14 +44,16 @@ powermate.Merge ([
libardour_powermate = powermate.SharedLibrary('ardour_powermate', powermate_files)
Default(libardour_powermate)
if env['POWERMATE']:
Default(libardour_powermate)
if env['NLS']:
i18n (powermate, powermate_files, env)
if env['NLS']:
i18n (powermate, powermate_files, env)
env.Alias('install', env.Install(os.path.join(install_prefix, 'lib/ardour2/surfaces'), libardour_powermate))
env.Alias('install', env.Install(os.path.join(install_prefix, 'lib/ardour2/surfaces'), libardour_powermate))
env.Alias('tarball', env.Distribute (env['DISTTREE'],
[ 'SConscript' ] +
powermate_files +
glob.glob('po/*.po') + glob.glob('*.h')))
env.Alias('tarball', env.Distribute (env['DISTTREE'],
[ 'SConscript' ] +
powermate_files +
glob.glob('po/*.po') + glob.glob('*.h')))