diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-06-01 01:11:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-07 21:22:27 +0100 |
| commit | f98e44934d73ed80a58c1b036586c9570cde3758 (patch) | |
| tree | be102c41eed49feb826b8388333a52e894647012 /src/wscript | |
| parent | cfea0afd5971ee749142616fe7bc0bb70526619e (diff) | |
Move common parts of text/image subtitle out to a base class.
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 8be5b7ed..b08d3b85 100644 --- a/src/wscript +++ b/src/wscript @@ -93,6 +93,7 @@ def build(bld): stereo_picture_asset.cc stereo_picture_asset_writer.cc stereo_picture_frame.cc + subtitle.cc subtitle_asset.cc subtitle_asset_internal.cc subtitle_string.cc @@ -171,6 +172,7 @@ def build(bld): stereo_picture_asset_reader.h stereo_picture_asset_writer.h stereo_picture_frame.h + subtitle.h subtitle_asset.h subtitle_string.h transfer_function.h |
