diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-01-11 10:57:09 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-01-11 11:23:42 +0000 |
| commit | 04ae4d393603da286d78a72c4f60c545c03b35e8 (patch) | |
| tree | c7ce2f66a96d76408587bc22c9b88688a2c943e0 /src/wscript | |
| parent | 586f9b90034640c82eb51d7e4573f4125a2f4ad0 (diff) | |
Replace DCP parser with basic version that uses libdcp.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/wscript b/src/wscript index a22c712..162f537 100644 --- a/src/wscript +++ b/src/wscript @@ -17,14 +17,12 @@ def build(bld): effect.cc exceptions.cc font_size.cc - interop_dcp_reader.cc iso6937.cc iso6937_tables.cc rational.cc raw_subtitle.cc reader.cc reader_factory.cc - smpte_dcp_reader.cc ssa_reader.cc stl_binary_reader.cc stl_binary_tables.cc @@ -37,11 +35,6 @@ def build(bld): util.cc vertical_reference.cc vertical_position.cc - dcp/font.cc - dcp/interop_load_font.cc - dcp/smpte_load_font.cc - dcp/subtitle.cc - dcp/text.cc """ headers = """ @@ -51,11 +44,9 @@ def build(bld): effect.h exceptions.h font_size.h - interop_dcp_reader.h rational.h raw_subtitle.h reader.h - smpte_dcp_reader.h ssa_reader.h stl_binary_tables.h stl_binary_reader.h |
