Use Glib::Threads::RecMutex rather than Glib::RecMutex where
authorCarl Hetherington <carl@carlh.net>
Thu, 26 Apr 2012 08:44:06 +0000 (08:44 +0000)
committerCarl Hetherington <carl@carlh.net>
Thu, 26 Apr 2012 08:44:06 +0000 (08:44 +0000)
commit42d018ffa81b026ff4dc5d6a290bb118c6f244e7
treedf263a1d835627ab70f7a46a1ca8102bf6be2f3e
parentec97b8e58d4d476cd340cddfabc388505fb1ef7e
Use Glib::Threads::RecMutex rather than Glib::RecMutex where
available; the latter is deprecated and there is some
evidence to suggest that it is broken on some glibmm
versions (around 2.31.0 ish) See, for example
https://github.com/lightspark/lightspark/issues/168

git-svn-id: svn://localhost/ardour2/branches/3.0@12094 d708f5d6-7413-0410-9779-e7cbd77b26cf
libs/ardour/ardour/playlist.h
libs/ardour/audio_playlist.cc
libs/ardour/midi_playlist.cc
wscript