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:
Paul Davis 2008-06-18 15:01:53 +00:00
parent c05d4751f9
commit 7b652d8a58
3 changed files with 43 additions and 40 deletions

View file

@ -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'],