Write subtitles and closed captions to a test DCP in the hints thread,
[dcpomatic.git] / test / upmixer_a_test.cc
index ba07eafd157d11cda985371dc862c431713acbfa..085a0dd0417435cf923c7d026bd8f683c47b1826 100644 (file)
@@ -20,7 +20,7 @@
 
 /** @file  test/upmixer_a_test.cc
  *  @brief Check the Upmixer A against some reference sound files.
- *  @ingroup specific
+ *  @ingroup selfcontained
  */
 
 #include <boost/test/unit_test.hpp>
@@ -35,6 +35,9 @@
 #include "test.h"
 
 using boost::shared_ptr;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 using namespace dcpomatic;
 
 static SNDFILE* L;