Various fixes to FFmpeg decoder, including a couple of tests.
[dcpomatic.git] / test / test.h
index a42b41577917aa946c39f4aa6467a632ea449cba..57ea32c5792d6a59e8000b4ffe9f327f0d60e89c 100644 (file)
@@ -22,6 +22,8 @@
 class Film;
 class Image;
 
+extern boost::filesystem::path private_data;
+
 extern void wait_for_jobs ();
 extern boost::shared_ptr<Film> new_test_film (std::string);
 extern void check_dcp (boost::filesystem::path, boost::filesystem::path);