diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-02-07 23:01:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-02-07 23:01:28 +0100 |
| commit | 7ed0973eae4ed0a60595440faa54549ea88782c6 (patch) | |
| tree | 9ff08c47348385b0b05e996efeb0d41df0ce8b31 /test | |
| parent | 30997d26ea022aae61972614f9f1920ba803addb (diff) | |
More libdcp include fixes.
Diffstat (limited to 'test')
| -rw-r--r-- | test/burnt_subtitle_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/burnt_subtitle_test.cc b/test/burnt_subtitle_test.cc index edad2c674..25ad3f66b 100644 --- a/test/burnt_subtitle_test.cc +++ b/test/burnt_subtitle_test.cc @@ -37,7 +37,7 @@ #include <dcp/dcp.h> #include <dcp/cpl.h> #include <dcp/reel.h> -#include <dcp/j2k.h> +#include <dcp/j2k_transcode.h> #include <dcp/mono_picture_asset.h> #include <dcp/mono_picture_asset_reader.h> #include <dcp/mono_picture_frame.h> |
