Simple pass-through of <Ruby> tags in subtitles.
[libdcp.git] / src / wscript
index c5729b93fd2f48d5a95a4ce585b60106dea5151f..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
@@ -54,9 +56,12 @@ def build(bld):
              decrypted_kdm_key.cc
              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
@@ -77,21 +82,28 @@ def build(bld):
              picture_asset.cc
              picture_asset_writer.cc
              pkl.cc
+             rating.cc
              raw_convert.cc
              reel.cc
              reel_asset.cc
              reel_atmos_asset.cc
              reel_closed_caption_asset.cc
              reel_file_asset.cc
+             reel_interop_closed_caption_asset.cc
+             reel_interop_subtitle_asset.cc
              reel_mono_picture_asset.cc
              reel_picture_asset.cc
              reel_markers_asset.cc
+             reel_smpte_closed_caption_asset.cc
+             reel_smpte_subtitle_asset.cc
              reel_sound_asset.cc
              reel_stereo_picture_asset.cc
              reel_subtitle_asset.cc
              ref.cc
              rgb_xyz.cc
+             ruby.cc
              s_gamut3_transfer_function.cc
+             search.cc
              smpte_load_font_node.cc
              smpte_subtitle_asset.cc
              sound_asset.cc
@@ -104,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
@@ -116,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
@@ -128,6 +145,7 @@ def build(bld):
               colour_conversion.h
               combine.h
               compose.hpp
+              content_kind.h
               cpl.h
               crypto_context.h
               data.h
@@ -137,11 +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
@@ -154,6 +176,7 @@ def build(bld):
               metadata.h
               mono_picture_asset.h
               mono_picture_asset_reader.h
+              mono_picture_asset_writer.h
               mono_picture_frame.h
               modified_gamma_transfer_function.h
               mxf.h
@@ -162,7 +185,9 @@ def build(bld):
               openjpeg_image.h
               picture_asset.h
               picture_asset_writer.h
+              piecewise_lut.h
               pkl.h
+              rating.h
               raw_convert.h
               rgb_xyz.h
               reel.h
@@ -170,14 +195,20 @@ def build(bld):
               reel_atmos_asset.h
               reel_closed_caption_asset.h
               reel_file_asset.h
+              reel_interop_closed_caption_asset.h
+              reel_interop_subtitle_asset.h
               reel_markers_asset.h
               reel_mono_picture_asset.h
               reel_picture_asset.h
               reel_sound_asset.h
+              reel_smpte_closed_caption_asset.h
+              reel_smpte_subtitle_asset.h
               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
               smpte_subtitle_asset.h
               sound_frame.h
@@ -191,13 +222,17 @@ 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
+              warnings.h
               """
 
     # Main library