mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 14:46:34 +01:00
plugin selection via menu, along with "favorites"
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3284 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
805d4d54a1
commit
1e59c4a220
13 changed files with 296 additions and 12 deletions
|
|
@ -7,7 +7,7 @@ import glob
|
|||
sndfile_files = glob.glob('src/*.c') + glob.glob('src/GSM610/*.c') + glob.glob('src/G72x/*.c')
|
||||
|
||||
Import('env install_prefix libraries use_flac')
|
||||
sndfile = env.Copy()
|
||||
sndfile = env.Clone()
|
||||
sndfile.Merge([libraries['flac'] ])
|
||||
|
||||
domain = 'libsndfile'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue