diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-03 23:26:49 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-20 20:06:40 +0200 |
| commit | 52c03575531045c08de6e8769e8f4b00204b5ccc (patch) | |
| tree | 343475e17683a82ea7434fa8cc79d9c920dd1a05 /src/wscript | |
| parent | c83f348adce3a18a9144ecfd73f4629cf060cc2a (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 ecd434d6..da4d0d1e 100644 --- a/src/wscript +++ b/src/wscript @@ -98,6 +98,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 @@ -191,6 +192,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 |
