diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-18 16:07:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-18 16:07:35 +0100 |
| commit | 59404039618db5d70a2f8fc0cb8c49ae4f8ce527 (patch) | |
| tree | 7eb15ce9c90240aaeacefce9f018281d720b248c /test/make_black_test.cc | |
| parent | ae3b01aab7ef9e6101a7a1a11c511706148a9f1e (diff) | |
Split test compile up into individual files.
Diffstat (limited to 'test/make_black_test.cc')
| -rw-r--r-- | test/make_black_test.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/make_black_test.cc b/test/make_black_test.cc index 4c2822514..78c7fbbcb 100644 --- a/test/make_black_test.cc +++ b/test/make_black_test.cc @@ -17,6 +17,16 @@ */ +#include <boost/test/unit_test.hpp> +#include <libdcp/util.h> +extern "C" { +#include <libavutil/pixfmt.h> +} +#include "lib/image.h" +#include "lib/scaler.h" + +using std::list; + /* Check that Image::make_black works, and doesn't use values which crash sws_scale(). */ |
