added logarithmic option for waveform scaling. added save/restore of rectified and logscale waveform options in session. modified sconstruct to look for certain libs in some common locations, this should be usable controllable but isnt yet. deals better with the libsndfile build when flac is installed.
git-svn-id: svn://localhost/ardour2/trunk@1219 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -6,8 +6,9 @@ import glob
|
||||
|
||||
sndfile_files = glob.glob('src/*.c') + glob.glob('src/GSM610/*.c') + glob.glob('src/G72x/*.c')
|
||||
|
||||
Import('env install_prefix')
|
||||
Import('env install_prefix libraries')
|
||||
sndfile = env.Copy()
|
||||
sndfile.Merge([libraries['flac'] ])
|
||||
|
||||
domain = 'libsndfile'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user