diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-09-30 12:51:56 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-03 22:01:07 +0200 |
| commit | dd76d7f7dbf8931ba7c7d3edab40faec6a47618e (patch) | |
| tree | bcaadd5bd463050430f6eb4f610f999ba6989e52 /src/wscript | |
| parent | 8e1fb5a0f8fd651dfa1e22e4ad67f6fd5213205f (diff) | |
WIP: SCC support.
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 563b331..746895f 100644 --- a/src/wscript +++ b/src/wscript @@ -24,6 +24,7 @@ def build(bld): raw_subtitle.cc reader.cc reader_factory.cc + scc_reader.cc ssa_reader.cc stl_binary_reader.cc stl_binary_tables.cc @@ -51,6 +52,7 @@ def build(bld): raw_subtitle.h reader.h reader_factory.h + scc_reader.h ssa_reader.h stl_binary_tables.h stl_binary_reader.h |
