diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-13 19:46:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-13 19:46:35 +0100 |
| commit | cb8627cf8c0a7051b33b30904dca861a13cb623a (patch) | |
| tree | fcedbf2ccaa335f0d607e94e508076f7c81ad2ae /src/wscript | |
| parent | e3c66895937d334ceb6d9c310941e2fbeae0e6dc (diff) | |
Add primitive WebVTT reader.v1.6.38
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 4911117..ff029a0 100644 --- a/src/wscript +++ b/src/wscript @@ -38,6 +38,7 @@ def build(bld): util.cc vertical_reference.cc vertical_position.cc + web_vtt_reader.cc """ headers = """ @@ -63,6 +64,7 @@ def build(bld): subtitle.h vertical_position.h vertical_reference.h + web_vtt_reader.h """ bld.install_files('${PREFIX}/include/libsub%s/sub' % bld.env.API_VERSION, headers) |
