diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-29 14:20:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-29 14:20:17 +0100 |
| commit | f6fb2090f4180f8cd507d694f7eb663b3f25d2f0 (patch) | |
| tree | 0df38a2b6377f12c3760197c7a107984e1e3407f /src/wscript | |
| parent | aebf2cb7812c8f593b85182611b587e6014aefc6 (diff) | |
Separate out STL binary tables so that writer can use them; start of writer.
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 dd04aa9..dc954c9 100644 --- a/src/wscript +++ b/src/wscript @@ -21,6 +21,8 @@ def build(bld): reader.cc reader_factory.cc stl_binary_reader.cc + stl_binary_tables.cc + stl_binary_writer.cc stl_text_reader.cc time_pair.cc subtitle.cc |
