diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-11 14:57:02 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-11 14:57:02 +0000 |
| commit | 7114a99bf210c5d41a13161aea868fe68dd06e84 (patch) | |
| tree | 5dc29fbcc15acd21d9c344d5b9cdb3789009adf9 /src/wscript | |
| parent | 8fd43fface7757bd0d7228ff0490a8c8ad074175 (diff) | |
Rudimentary SSA parser.
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 e881a78..9136ea1 100644 --- a/src/wscript +++ b/src/wscript @@ -25,6 +25,7 @@ def build(bld): reader.cc reader_factory.cc smpte_dcp_reader.cc + ssa_reader.cc stl_binary_reader.cc stl_binary_tables.cc stl_binary_writer.cc @@ -54,6 +55,7 @@ def build(bld): raw_subtitle.h reader.h smpte_dcp_reader.h + ssa_reader.h stl_binary_tables.h stl_binary_reader.h stl_binary_writer.h |
