Pass MainSoundConfiguration object rather than a string.
[libdcp.git] / src / wscript
index 4270865f3de45b38e868a6c85b7b3d1649c1dd98..d16e15fc32a3064786e33900fb5645c2fdee58ae 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,6 +56,7 @@ def build(bld):
              decrypted_kdm_key.cc
              encrypted_kdm.cc
              exceptions.cc
+             file.cc
              font_asset.cc
              fsk.cc
              gamma_transfer_function.cc
@@ -97,6 +100,7 @@ def build(bld):
              ref.cc
              rgb_xyz.cc
              s_gamut3_transfer_function.cc
+             search.cc
              smpte_load_font_node.cc
              smpte_subtitle_asset.cc
              sound_asset.cc
@@ -109,9 +113,11 @@ 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
              verify.cc
              verify_j2k.cc
@@ -121,6 +127,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
@@ -133,6 +141,7 @@ def build(bld):
               colour_conversion.h
               combine.h
               compose.hpp
+              content_kind.h
               cpl.h
               crypto_context.h
               data.h
@@ -143,6 +152,7 @@ def build(bld):
               decrypted_kdm_key.h
               encrypted_kdm.h
               exceptions.h
+              file.h
               font_asset.h
               frame.h
               fsk.h
@@ -168,6 +178,7 @@ def build(bld):
               openjpeg_image.h
               picture_asset.h
               picture_asset_writer.h
+              piecewise_lut.h
               pkl.h
               rating.h
               raw_convert.h
@@ -189,6 +200,7 @@ def build(bld):
               reel_subtitle_asset.h
               ref.h
               s_gamut3_transfer_function.h
+              search.h
               smpte_load_font_node.h
               smpte_subtitle_asset.h
               sound_frame.h
@@ -202,9 +214,11 @@ 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
               verify.h
               verify_j2k.h