summaryrefslogtreecommitdiff
path: root/test/ffmpeg_decoder_sequential_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-10-08 21:30:00 +0200
committerCarl Hetherington <cth@carlh.net>2020-10-13 18:51:11 +0200
commit497803ab4424ce23affd231a01d625ddf3cf3aca (patch)
tree451c08c8e70d65df680f75aa4df114f1a7698826 /test/ffmpeg_decoder_sequential_test.cc
parentec04e5a068b8040d47fa125b8414a49a34f7b1a6 (diff)
Some macOS test build fixes.
Diffstat (limited to 'test/ffmpeg_decoder_sequential_test.cc')
-rw-r--r--test/ffmpeg_decoder_sequential_test.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ffmpeg_decoder_sequential_test.cc b/test/ffmpeg_decoder_sequential_test.cc
index d8293b6fe..b4ff8ce5f 100644
--- a/test/ffmpeg_decoder_sequential_test.cc
+++ b/test/ffmpeg_decoder_sequential_test.cc
@@ -42,6 +42,9 @@ using std::list;
using boost::shared_ptr;
using boost::optional;
using boost::bind;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
using namespace dcpomatic;
static DCPTime next;