diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-23 11:20:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-23 11:20:12 +0100 |
| commit | df17bbd25da69fc38eb2dcd8b4a2531cf0bab0bc (patch) | |
| tree | 04e6f5917ed3c2e8ea45904ff0235c08d29a6446 /src/lib/wscript | |
| parent | 6f146336b73fe720c83cb75ebdf15e9cb9c02973 (diff) | |
More automated renaming.
ActiveCaptions -> ActiveText
BitmapCaption -> BitmapText
ContentCaption -> ContentText
ContentTextCaption -> ContentStringText
TextCaptionFileContent -> StringTextFileContent
TextCaptionFileDecoder -> StringTextFileDecoder
TextCaptionFile -> StringTextFile
TextCaption -> StringText
PlayerCaption -> PlayerText
CaptionContent -> TextContent
CaptionDecoder -> TextDecoder
CaptionPanel -> TextPanel
CaptionView -> TextView
CaptionAppearanceDialog -> SubtitleAppearanceDialog
CaptionType -> TextType
Diffstat (limited to 'src/lib/wscript')
| -rw-r--r-- | src/lib/wscript | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/wscript b/src/lib/wscript index a841e5b55..a9ed0c621 100644 --- a/src/lib/wscript +++ b/src/lib/wscript @@ -21,7 +21,7 @@ import os import i18n sources = """ - active_captions.cc + active_text.cc analyse_audio_job.cc atmos_mxf_content.cc audio_analysis.cc @@ -38,8 +38,8 @@ sources = """ audio_ring_buffers.cc audio_stream.cc butler.cc - caption_content.cc - caption_decoder.cc + text_content.cc + text_decoder.cc case_insensitive_sorter.cc cinema.cc cinema_kdms.cc @@ -114,7 +114,7 @@ sources = """ mid_side_decoder.cc overlaps.cc player.cc - player_caption.cc + player_text.cc player_video.cc playlist.cc position_image.cc @@ -134,9 +134,9 @@ sources = """ server.cc shuffler.cc string_log_entry.cc - text_caption_file.cc - text_caption_file_content.cc - text_caption_file_decoder.cc + string_text_file.cc + string_text_file_content.cc + string_text_file_decoder.cc timer.cc transcode_job.cc types.cc |
