diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-16 21:39:28 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-16 21:39:28 +0000 |
| commit | 485794f8322b090a22da841961025b19642e42a2 (patch) | |
| tree | b6f7fd430fe5de560bc6505eafc9c4e3729e7bed /src/wscript | |
| parent | 44ff188fa75cb7954fb1b9bec6b1cb03d8536ef7 (diff) | |
Some missing headers; Time tweaks.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript index eafd1c9..ae53ae6 100644 --- a/src/wscript +++ b/src/wscript @@ -20,6 +20,7 @@ def build(bld): interop_dcp_reader.cc iso6937.cc iso6937_tables.cc + rational.cc raw_subtitle.cc reader.cc reader_factory.cc @@ -48,8 +49,11 @@ def build(bld): dcp_reader.h effect.h font_size.h + interop_dcp_reader.h + rational.h raw_subtitle.h reader.h + smpte_dcp_reader.h stl_binary_tables.h stl_binary_reader.h stl_binary_writer.h |
