From 59404039618db5d70a2f8fc0cb8c49ae4f8ce527 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 18 Jul 2013 16:07:35 +0100 Subject: Split test compile up into individual files. --- test/ffmpeg_dcp_test.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'test/ffmpeg_dcp_test.cc') 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 +#include +#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. */ -- cgit v1.2.3