mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-27 00:47:43 +01:00
make Session::region_name() have the same performance as std::map<std::string,uint32_t> rather than O(N^2) where N is the number of regions in a session
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3472 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c05d4751f9
commit
7b652d8a58
3 changed files with 43 additions and 40 deletions
|
|
@ -17,7 +17,7 @@ Onset.cpp
|
|||
""")
|
||||
|
||||
Import('env install_prefix libraries')
|
||||
vampplugs = env.Copy()
|
||||
vampplugs = env.Clone()
|
||||
|
||||
vampplugs.Append (CPPATH='#libs/vamp-sdk/vamp', CXXFLAGS="-Ilibs/vamp-sdk")
|
||||
vampplugs.Merge ([libraries['vamp'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue