diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-03 23:26:49 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-01-03 23:26:49 +0000 |
| commit | e779d157a7e5062b6582d8507b29788f8a88f0f3 (patch) | |
| tree | 7f44e21c730ef9d0e63321b9f5a0f7e91119daa2 /src/wscript | |
| parent | 7cdb8849d519cb600d6bd746ac9e9d1b16acbb44 (diff) | |
Move code to find CPLs in directories out of DCP-o-matic.
This adds find_and_resolve_cpls().
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript index 4108265a..1f10e2d7 100644 --- a/src/wscript +++ b/src/wscript @@ -96,6 +96,7 @@ def build(bld): ref.cc rgb_xyz.cc s_gamut3_transfer_function.cc + search.cc smpte_load_font_node.cc smpte_subtitle_asset.cc sound_asset.cc @@ -187,6 +188,7 @@ def build(bld): reel_subtitle_asset.h ref.h s_gamut3_transfer_function.h + search.h smpte_load_font_node.h smpte_subtitle_asset.h sound_frame.h |
