diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-19 22:44:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-19 23:45:23 +0100 |
| commit | 27b83475435dda4e84a90cf59a52f150905c4ab1 (patch) | |
| tree | 51d0158c7a879f6b2f3c40843c5e5e455069a1dc /src/lib/wscript | |
| parent | 9cb73fbc0fa4643612f01665bc6d9fc430656f32 (diff) | |
Clean up after previous commit.
Diffstat (limited to 'src/lib/wscript')
| -rw-r--r-- | src/lib/wscript | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/wscript b/src/lib/wscript index 71c94c28b..a841e5b55 100644 --- a/src/lib/wscript +++ b/src/lib/wscript @@ -38,6 +38,8 @@ sources = """ audio_ring_buffers.cc audio_stream.cc butler.cc + caption_content.cc + caption_decoder.cc case_insensitive_sorter.cc cinema.cc cinema_kdms.cc @@ -55,8 +57,8 @@ sources = """ dcp_encoder.cc dcp_examiner.cc dcp_subtitle.cc - dcp_text_content.cc - dcp_text_decoder.cc + dcp_subtitle_content.cc + dcp_subtitle_decoder.cc dcp_video.cc dcpomatic_socket.cc dcpomatic_time.cc @@ -132,9 +134,7 @@ sources = """ server.cc shuffler.cc string_log_entry.cc - text_content.cc - text_decoder.cc - plain_text_file.cc + text_caption_file.cc text_caption_file_content.cc text_caption_file_decoder.cc timer.cc |
