Rename some stuff Content -> Asset.
[libdcp.git] / src / wscript
index ea0623740c620d7d84eab7fac5249bbd4f08e83a..54f3a03b4df0cee6d82408809488e501c72e6513 100644 (file)
@@ -7,7 +7,6 @@ def build(bld):
              certificates.cc
              colour_conversion.cc
              colour_matrix.cc
-             content.cc
              cpl.cc
              dcp.cc        
              dcp_time.cc
@@ -16,10 +15,11 @@ def build(bld):
              encrypted_kdm.cc
              exceptions.cc
              file.cc
+             font.cc
              font_node.cc
              gamma_transfer_function.cc
              interop_load_font_node.cc
-             interop_subtitle_content.cc
+             interop_subtitle_asset.cc
              key.cc
              local_time.cc
              metadata.cc
@@ -43,7 +43,7 @@ def build(bld):
              rgb_xyz.cc
              signer.cc
              smpte_load_font_node.cc
-             smpte_subtitle_content.cc
+             smpte_subtitle_asset.cc
              sound_mxf.cc
              sound_mxf_writer.cc
              sound_frame.cc
@@ -51,7 +51,7 @@ def build(bld):
              stereo_picture_mxf_writer.cc
              stereo_picture_frame.cc
              subtitle_node.cc
-             subtitle_content.cc
+             subtitle_asset.cc
              subtitle_string.cc
              text_node.cc
              transfer_function.cc
@@ -69,18 +69,18 @@ def build(bld):
               colour_conversion.h
               colour_matrix.h
               cpl.h
-              content.h
               dcp.h
               dcp_time.h
               decrypted_kdm.h
               decrypted_kdm_key.h
               encrypted_kdm.h
               exceptions.h
+              font.h
               gamma_transfer_function.h
-              interop_load_font.h
-              interop_subtitle_content.h
+              interop_load_font_node.h
+              interop_subtitle_asset.h
               key.h
-              load_font.h
+              load_font_node.h
               local_time.h
               metadata.h
               mono_picture_mxf.h
@@ -103,15 +103,15 @@ def build(bld):
               reel_subtitle_asset.h
               ref.h
               signer.h
-              smpte_load_font.h
-              smpte_subtitle_content.h
+              smpte_load_font_node.h
+              smpte_subtitle_asset.h
               sound_frame.h
               sound_mxf.h
               sound_mxf_writer.h
               stereo_picture_mxf.h
               stereo_picture_frame.h
-              subtitle.h
-              subtitle_content.h
+              subtitle_node.h
+              subtitle_asset.h
               subtitle_string.h
               transfer_function.h
               types.h