Simple pass-through of <Ruby> tags in subtitles.
[libdcp.git] / src / wscript
index da4d0d1e2251b33a235aed1959af6edd92a63dc9..3bc8537b3724e0f5d68c60649bbe87c0b74b3777 100644 (file)
@@ -36,6 +36,7 @@ def build(bld):
     source = """
              array_data.cc
              asset.cc
+             asset_map.cc
              asset_factory.cc
              asset_writer.cc
              atmos_asset.cc
@@ -46,6 +47,7 @@ def build(bld):
              chromaticity.cc
              colour_conversion.cc
              combine.cc
+             content_kind.cc
              cpl.cc
              data.cc
              dcp.cc
@@ -55,9 +57,11 @@ def build(bld):
              encrypted_kdm.cc
              exceptions.cc
              file.cc
+             filesystem.cc
              font_asset.cc
              fsk.cc
              gamma_transfer_function.cc
+             h_align.cc
              identity_transfer_function.cc
              interop_load_font_node.cc
              interop_subtitle_asset.cc
@@ -97,6 +101,7 @@ def build(bld):
              reel_subtitle_asset.cc
              ref.cc
              rgb_xyz.cc
+             ruby.cc
              s_gamut3_transfer_function.cc
              search.cc
              smpte_load_font_node.cc
@@ -111,10 +116,13 @@ def build(bld):
              subtitle_asset.cc
              subtitle_asset_internal.cc
              subtitle_image.cc
+             subtitle_standard.cc
              subtitle_string.cc
              transfer_function.cc
              types.cc
+             utc_offset.cc
              util.cc
+             v_align.cc
              verify.cc
              verify_j2k.cc
              version.cc
@@ -123,6 +131,8 @@ def build(bld):
     headers = """
               array_data.h
               asset.h
+              asset_list.h
+              asset_map.h
               asset_reader.h
               asset_writer.h
               atmos_asset.h
@@ -135,6 +145,7 @@ def build(bld):
               colour_conversion.h
               combine.h
               compose.hpp
+              content_kind.h
               cpl.h
               crypto_context.h
               data.h
@@ -144,12 +155,15 @@ def build(bld):
               decrypted_kdm.h
               decrypted_kdm_key.h
               encrypted_kdm.h
+              equality_options.h
               exceptions.h
               file.h
+              filesystem.h
               font_asset.h
               frame.h
               fsk.h
               gamma_transfer_function.h
+              h_align.h
               identity_transfer_function.h
               interop_load_font_node.h
               interop_subtitle_asset.h
@@ -171,6 +185,7 @@ def build(bld):
               openjpeg_image.h
               picture_asset.h
               picture_asset_writer.h
+              piecewise_lut.h
               pkl.h
               rating.h
               raw_convert.h
@@ -191,6 +206,7 @@ def build(bld):
               reel_stereo_picture_asset.h
               reel_subtitle_asset.h
               ref.h
+              ruby.h
               s_gamut3_transfer_function.h
               search.h
               smpte_load_font_node.h
@@ -206,10 +222,13 @@ def build(bld):
               subtitle.h
               subtitle_asset.h
               subtitle_image.h
+              subtitle_standard.h
               subtitle_string.h
               transfer_function.h
               types.h
+              utc_offset.h
               util.h
+              v_align.h
               verify.h
               verify_j2k.h
               version.h