Build fixes for Boost >= 1.73
[dcpomatic.git] / src / lib / ffmpeg_encoder.cc
index 786f97dd706ddec92394dd391df6834812ba7ecd..8f9b3defc676af3f81494c2b7796649a1e53fe16 100644 (file)
@@ -43,6 +43,9 @@ using boost::bind;
 using boost::weak_ptr;
 using boost::optional;
 using namespace dcpomatic;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 /** @param key Key to use to encrypt MP4 outputs */
 FFmpegEncoder::FFmpegEncoder (