mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
move to scons Clone everywhere rather than Copy; add Session::micro_locate() for ongoing work on video sync; debugging output for export precision problem; minor clean up to IO::find_possible_connection(); fix up a few signed/unsigned issues; make "feature lines" always be the right height as tracks resize; change version to 2.5
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3517 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3be87c2c91
commit
dda3143dc7
33 changed files with 111 additions and 60 deletions
|
|
@ -16,7 +16,7 @@ cpu_detect_x86_gcc.cpp
|
|||
""")
|
||||
|
||||
Import('env install_prefix')
|
||||
st = env.Copy()
|
||||
st = env.Clone()
|
||||
st.Append(CCFLAGS="-DHAVE_CONFIG_H -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE")
|
||||
|
||||
libst = st.SharedLibrary('soundtouch', soundtouch_files)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue