diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-06-28 19:27:50 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-08-17 12:57:31 +0200 |
| commit | b64644327bff333569bf4a60f1d7c3d46f058b48 (patch) | |
| tree | c7332cca06c2a171ce91c691760686d03882c919 /src/wscript | |
| parent | 32f8cc149c8c78c82f9f7e3689e43c11da362968 (diff) | |
Reel{,Interop,SMPTE}SubtitleAsset -> Reel{,Interop,SMPTE}TextAsset.
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 1793aa72..f7bced72 100644 --- a/src/wscript +++ b/src/wscript @@ -98,15 +98,15 @@ def build(bld): reel_closed_caption_asset.cc reel_file_asset.cc reel_interop_closed_caption_asset.cc - reel_interop_subtitle_asset.cc + reel_interop_text_asset.cc reel_markers_asset.cc reel_mono_picture_asset.cc reel_picture_asset.cc reel_smpte_closed_caption_asset.cc - reel_smpte_subtitle_asset.cc + reel_smpte_text_asset.cc reel_sound_asset.cc reel_stereo_picture_asset.cc - reel_subtitle_asset.cc + reel_text_asset.cc ref.cc rgb_xyz.cc ruby.cc @@ -215,15 +215,15 @@ def build(bld): reel_closed_caption_asset.h reel_file_asset.h reel_interop_closed_caption_asset.h - reel_interop_subtitle_asset.h + reel_interop_text_asset.h reel_markers_asset.h reel_mono_picture_asset.h reel_picture_asset.h reel_smpte_closed_caption_asset.h - reel_smpte_subtitle_asset.h + reel_smpte_text_asset.h reel_sound_asset.h reel_stereo_picture_asset.h - reel_subtitle_asset.h + reel_text_asset.h ref.h rgb_xyz.h ruby.h |
