diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-13 23:04:11 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-13 23:04:11 +0000 |
| commit | f1ba458a19a9b998ecdb1db726106876953abcc0 (patch) | |
| tree | 1e414103fec758275f92dff3b7973cc02dbf39a3 /src/wscript | |
| parent | d15ef17dccf87b633d1971c38032a2049abe3db0 (diff) | |
Various development / fixes.rework
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript index b1a4ca4..c4f1d44 100644 --- a/src/wscript +++ b/src/wscript @@ -15,6 +15,7 @@ def build(bld): colour.cc dcp_reader.cc effect.cc + font_size.cc frame_rate.cc interop_dcp_reader.cc iso6937.cc @@ -47,6 +48,7 @@ def build(bld): dcp_reader.h effect.h font_size.h + frame_rate.h raw_subtitle.h reader.h reader_factory.h @@ -54,6 +56,7 @@ def build(bld): stl_binary_tables.h stl_binary_writer.h stl_text_reader.h + sub_time.h subrip_reader.h subtitle.h vertical_position.h |
