diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-07-25 22:49:23 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-07-27 23:33:46 +0200 |
| commit | 67f39ff3eebb5ac727324b12130ff9cc262e9ffa (patch) | |
| tree | caad078b8211552c0b31e9b301827df96c6e7fba /test | |
| parent | b5cecdd0ee7c75388d95e2f987538fe88c23893a (diff) | |
Bump libdcp to one with some cleanups / header re-arrangement.
Diffstat (limited to 'test')
| -rw-r--r-- | test/recover_test.cc | 1 | ||||
| -rw-r--r-- | test/ssa_subtitle_test.cc | 1 | ||||
| -rw-r--r-- | test/test.cc | 1 | ||||
| -rw-r--r-- | test/video_mxf_content_test.cc | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/test/recover_test.cc b/test/recover_test.cc index 9508adca7..5c7ac4f9c 100644 --- a/test/recover_test.cc +++ b/test/recover_test.cc @@ -32,6 +32,7 @@ #include "lib/ffmpeg_content.h" #include "lib/video_content.h" #include "lib/ratio.h" +#include <dcp/equality_options.h> #include <dcp/mono_picture_asset.h> #include <dcp/stereo_picture_asset.h> #include <boost/test/unit_test.hpp> diff --git a/test/ssa_subtitle_test.cc b/test/ssa_subtitle_test.cc index 8132ba3a0..2d8102a07 100644 --- a/test/ssa_subtitle_test.cc +++ b/test/ssa_subtitle_test.cc @@ -32,6 +32,7 @@ #include "lib/string_text_file_content.h" #include "lib/text_content.h" #include "test.h" +#include <dcp/equality_options.h> #include <dcp/interop_subtitle_asset.h> #include <boost/test/unit_test.hpp> #include <boost/algorithm/string.hpp> diff --git a/test/test.cc b/test/test.cc index ce98bf3a9..bd23f7522 100644 --- a/test/test.cc +++ b/test/test.cc @@ -45,6 +45,7 @@ #include "test.h" #include <dcp/cpl.h> #include <dcp/dcp.h> +#include <dcp/equality_options.h> #include <dcp/mono_picture_asset.h> #include <dcp/mono_picture_frame.h> #include <dcp/openjpeg_image.h> diff --git a/test/video_mxf_content_test.cc b/test/video_mxf_content_test.cc index 3ecc2775e..f3766e4af 100644 --- a/test/video_mxf_content_test.cc +++ b/test/video_mxf_content_test.cc @@ -32,6 +32,7 @@ #include "lib/ratio.h" #include "lib/video_mxf_content.h" #include "test.h" +#include <dcp/equality_options.h> #include <dcp/mono_picture_asset.h> #include <boost/test/unit_test.hpp> |
