mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
maybe fix flac stuff
git-svn-id: svn://localhost/ardour2/trunk@1944 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b32765571b
commit
7bfe236ba7
2 changed files with 7 additions and 3 deletions
|
|
@ -6,9 +6,10 @@ import glob
|
|||
|
||||
sndfile_files = glob.glob('src/*.c') + glob.glob('src/GSM610/*.c') + glob.glob('src/G72x/*.c')
|
||||
|
||||
Import('env install_prefix libraries')
|
||||
Import('env install_prefix libraries use_flac')
|
||||
sndfile = env.Copy()
|
||||
sndfile.Merge([libraries['flac'] ])
|
||||
if use_flac:
|
||||
sndfile.Merge([libraries['flac'] ])
|
||||
|
||||
domain = 'libsndfile'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue