mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
minor fixes from OS X land
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3096 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3168a35852
commit
280ade047c
6 changed files with 15 additions and 6 deletions
|
|
@ -1178,11 +1178,12 @@ TempoMap::round_to_type (nframes_t frame, int dir, BBTPointType type)
|
|||
break;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
cerr << "for " << frame << " round to " << bbt << " using "
|
||||
<< metric.start()
|
||||
<< endl;
|
||||
|
||||
*/
|
||||
return metric.frame() + count_frames_between (metric.start(), bbt);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -31,6 +31,9 @@ gtkmm2ext.Append(CXXFLAGS="-DLIBSIGC_DISABLE_DEPRECATED")
|
|||
gtkmm2ext.Append(PACKAGE=domain)
|
||||
gtkmm2ext.Append(POTFILE=domain + '.pot')
|
||||
|
||||
if gtkmm2ext['IS_OSX']:
|
||||
gtkmm2ext.Append (LINKFLAGS="-Xlinker -headerpad -Xlinker 2048")
|
||||
|
||||
extra_sources = []
|
||||
|
||||
gtkmm2ext_files = Split("""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue