diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-06-28 21:49:44 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-08-17 12:57:31 +0200 |
| commit | a5adc9221d0af15f345cd3dbc76f37ee47fe65d5 (patch) | |
| tree | 0c53851f161fa38d6d7a081ba3de1fa030048ed2 /src/wscript | |
| parent | 8e43142645252daeeaccbad7b9f3ed746c4b2382 (diff) | |
Subtitle{,String,Image} -> Text{,String,Image}.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/wscript b/src/wscript index c61cd2e1..1f0190fc 100644 --- a/src/wscript +++ b/src/wscript @@ -117,12 +117,12 @@ def build(bld): stereo_j2k_picture_asset.cc stereo_j2k_picture_asset_writer.cc stereo_j2k_picture_frame.cc - subtitle.cc text_asset.cc text_asset_internal.cc - subtitle_image.cc + text.cc + text_image.cc subtitle_standard.cc - subtitle_string.cc + text_string.cc transfer_function.cc types.cc utc_offset.cc @@ -234,11 +234,11 @@ def build(bld): stereo_j2k_picture_asset_reader.h stereo_j2k_picture_asset_writer.h stereo_j2k_picture_frame.h - subtitle.h + text.h text_asset.h - subtitle_image.h + text_image.h subtitle_standard.h - subtitle_string.h + text_string.h text_type.h transfer_function.h types.h |
