Simpole DCP recovery utility (dcprecover) added.
[libdcp.git] / src / wscript
index a76ca6a145a415b28b07a1984b619389b8f5002b..5fe7fc802eb79e4e8b54dbd90485de10736d61e3 100644 (file)
@@ -35,6 +35,7 @@ from waflib import TaskGen
 def build(bld):
     source = """
              asset.cc
+             asset_factory.cc
              asset_writer.cc
              atmos_asset.cc
              atmos_asset_writer.cc
@@ -47,10 +48,8 @@ def build(bld):
              dcp.cc
              dcp_time.cc
              decrypted_kdm.cc
-             decryption_context.cc
              decrypted_kdm_key.cc
              encrypted_kdm.cc
-             encryption_context.cc
              exceptions.cc
              file.cc
              font_asset.cc
@@ -73,6 +72,7 @@ def build(bld):
              openjpeg_image.cc
              picture_asset.cc
              picture_asset_writer.cc
+             pkl.cc
              raw_convert.cc
              reel.cc
              reel_asset.cc
@@ -95,12 +95,15 @@ def build(bld):
              stereo_picture_asset.cc
              stereo_picture_asset_writer.cc
              stereo_picture_frame.cc
+             subtitle.cc
              subtitle_asset.cc
              subtitle_asset_internal.cc
+             subtitle_image.cc
              subtitle_string.cc
              transfer_function.cc
              types.cc
              util.cc
+             verify.cc
              version.cc
              """
 
@@ -117,15 +120,14 @@ def build(bld):
               chromaticity.h
               colour_conversion.h
               cpl.h
+              crypto_context.h
               dcp.h
               dcp_assert.h
               dcp_time.h
               data.h
               decrypted_kdm.h
               decrypted_kdm_key.h
-              decryption_context.h
               encrypted_kdm.h
-              encryption_context.h
               exceptions.h
               font_asset.h
               frame.h
@@ -149,6 +151,7 @@ def build(bld):
               openjpeg_image.h
               picture_asset.h
               picture_asset_writer.h
+              pkl.h
               raw_convert.h
               rgb_xyz.h
               reel.h
@@ -173,11 +176,14 @@ def build(bld):
               stereo_picture_asset_reader.h
               stereo_picture_asset_writer.h
               stereo_picture_frame.h
+              subtitle.h
               subtitle_asset.h
+              subtitle_image.h
               subtitle_string.h
               transfer_function.h
               types.h
               util.h
+              verify.h
               version.h
               """