diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-02-07 22:57:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-02-07 22:57:58 +0100 |
| commit | 30997d26ea022aae61972614f9f1920ba803addb (patch) | |
| tree | 8aee30350606bed3f5138ecfd922adef9d81f588 /src/lib/dcp_video.cc | |
| parent | 15d98128799c2902a3fc046792d1456a275b756b (diff) | |
Fix libdcp include.
Diffstat (limited to 'src/lib/dcp_video.cc')
| -rw-r--r-- | src/lib/dcp_video.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_video.cc b/src/lib/dcp_video.cc index e1666ea75..18d7985c8 100644 --- a/src/lib/dcp_video.cc +++ b/src/lib/dcp_video.cc @@ -47,7 +47,7 @@ #include <dcp/raw_convert.h> #include <dcp/openjpeg_image.h> #include <dcp/rgb_xyz.h> -#include <dcp/j2k.h> +#include <dcp/j2k_transcode.h> DCPOMATIC_DISABLE_WARNINGS #include <libxml++/libxml++.h> DCPOMATIC_ENABLE_WARNINGS |
