summaryrefslogtreecommitdiff
path: root/test/ffmpeg_dcp_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-18 16:07:35 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-18 16:07:35 +0100
commit59404039618db5d70a2f8fc0cb8c49ae4f8ce527 (patch)
tree7eb15ce9c90240aaeacefce9f018281d720b248c /test/ffmpeg_dcp_test.cc
parentae3b01aab7ef9e6101a7a1a11c511706148a9f1e (diff)
Split test compile up into individual files.
Diffstat (limited to 'test/ffmpeg_dcp_test.cc')
-rw-r--r--test/ffmpeg_dcp_test.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/ffmpeg_dcp_test.cc b/test/ffmpeg_dcp_test.cc
index 946bccbb8..66f3af839 100644
--- a/test/ffmpeg_dcp_test.cc
+++ b/test/ffmpeg_dcp_test.cc
@@ -17,6 +17,16 @@
*/
+#include <boost/test/unit_test.hpp>
+#include <boost/filesystem.hpp>
+#include "lib/film.h"
+#include "lib/ffmpeg_content.h"
+#include "lib/ratio.h"
+#include "lib/dcp_content_type.h"
+#include "test.h"
+
+using boost::shared_ptr;
+
/** @file test/ffmpeg_dcp_test.cc
* @brief Test scaling and black-padding of images from a still-image source.
*/