Fix build with some older boosts.
[dcpomatic.git] / test / client_server_test.cc
index 8acad2306b26d4407b39beb5b2529d6379ccf69e..43084bf31db5427829ea6ee001a3a98c6a0a3c23 100644 (file)
@@ -33,6 +33,7 @@
 #include "lib/encode_server_description.h"
 #include "lib/encode_server_finder.h"
 #include "lib/file_log.h"
+#include "lib/film.h"
 #include "lib/image.h"
 #include "lib/j2k_image_proxy.h"
 #include "lib/player_video.h"
@@ -321,7 +322,8 @@ BOOST_AUTO_TEST_CASE(real_encode_with_server)
        Cleanup cl;
 
        auto content = content_factory(TestPaths::private_data() / "dolby_aurora.vob");
-       auto film = new_test_film2("real_encode_with_server", content, &cl);
+       auto film = new_test_film("real_encode_with_server", content, &cl);
+       film->set_interop(false);
 
        EncodeServerFinder::instance();