I've started use of boost::thread in movie_def_impl. I suggest we switch all mutexes/threads to boost for consistency. The 'lightweighted' mutexes we've been using are not fully documented so I suggest we avoid their use.
The dark side is that *real* mutexes require the boost thread lib, whereas the *lightweighted* ones only needed headers. No big deal though as the autoconf scripts already check for it, so just add BOOST_LIBS to the Makefile.am when you use boost threads. Reference: http://www.boost.org/doc/html/threads.html --strk; /"\ ASCII Ribbon Campaign \ / Respect for low technology. X Keep e-mail messages readable by any computer system. / \ Keep it ASCII. _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

