Fix binary STL output with subs that are too big for a single TTI block.
[libsub.git] / src / wscript
index a22c7123d19b86c340a46108c61b363d7d7f3a81..491111744d0e4c28d111afd7fe3fbf219d18ee15 100644 (file)
@@ -17,14 +17,15 @@ def build(bld):
                  effect.cc
                  exceptions.cc
                  font_size.cc
-                 interop_dcp_reader.cc
+                 horizontal_position.cc
                  iso6937.cc
                  iso6937_tables.cc
+                 locale_convert.cc
                  rational.cc
+                 raw_convert.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 +38,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 +47,12 @@ def build(bld):
               effect.h
               exceptions.h
               font_size.h
-              interop_dcp_reader.h
+              horizontal_position.h
+              horizontal_reference.h
               rational.h
               raw_subtitle.h
               reader.h
-              smpte_dcp_reader.h
+              reader_factory.h
               ssa_reader.h
               stl_binary_tables.h
               stl_binary_reader.h