diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-02 21:40:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-03-02 21:40:40 +0100 |
| commit | 76a7766f702e2bfe44a7b241cf31bad9d1e24a06 (patch) | |
| tree | b476e67768acdb1b45c716149ad6287f268ef82b /src/wscript | |
| parent | 44b934f13cb47e8dee654ee14d68465579a63283 (diff) | |
Add very basic subrip 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 8ae7788..2eee532 100644 --- a/src/wscript +++ b/src/wscript @@ -32,6 +32,7 @@ def build(bld): stl_util.cc sub_time.cc subrip_reader.cc + subrip_writer.cc subtitle.cc util.cc vertical_reference.cc @@ -58,6 +59,7 @@ def build(bld): stl_text_reader.h sub_time.h subrip_reader.h + subrip_writer.h subtitle.h vertical_position.h vertical_reference.h |
