diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-03 00:10:43 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-01-04 20:56:40 +0000 |
| commit | b41d8f29bf1c435968c94faceaa00bc48949ec78 (patch) | |
| tree | 10e67a01e0bc59efe7177b621b1e57efbfcb510e /src/lib/dcp_transcode_job.cc | |
| parent | 535c429f85bbc067e41c928c8758907adce31440 (diff) | |
Remove DCP class and replace its functionality with a plain method in libdcp.
Diffstat (limited to 'src/lib/dcp_transcode_job.cc')
| -rw-r--r-- | src/lib/dcp_transcode_job.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/dcp_transcode_job.cc b/src/lib/dcp_transcode_job.cc index c24394b98..4eb2269b2 100644 --- a/src/lib/dcp_transcode_job.cc +++ b/src/lib/dcp_transcode_job.cc @@ -20,12 +20,13 @@ #include "config.h" +#include "dcp_content.h" #include "dcp_digest_file.h" -#include "dcp_transcode_job.h" #include "film.h" #include "job_manager.h" #include "upload_job.h" #include <dcp/cpl.h> +#include <dcp/search.h> using std::make_shared; |
