diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-27 14:50:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-27 14:50:56 +0100 |
| commit | f0de0c63504446714ab642f9db872bd31f9c070b (patch) | |
| tree | 45ea6c4219a3a3dbd1dedde65f071ab092c5c290 /src/wscript | |
| parent | 170aa07b0c45d031b89815a5d07c8eb7e9226bbe (diff) | |
Rename STL -> STLText
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wscript b/src/wscript index 7e91edb..4b54b41 100644 --- a/src/wscript +++ b/src/wscript @@ -18,8 +18,8 @@ def build(bld): frame_time.cc metric_time.cc reader.cc - stl_reader.cc - stl_writer.cc + stl_text_reader.cc + stl_text_writer.cc subtitle.cc vertical_reference.cc """ @@ -32,8 +32,8 @@ def build(bld): frame_time.h metric_time.h reader.h - stl_reader.h - stl_writer.h + stl_text_reader.h + stl_text_writer.h subtitle.h vertical_reference.h writer.h |
