Simple pass-through of <Ruby> tags in subtitles.
[libdcp.git] / src / wscript
index 39e3351d8a969c860ec3bc4671eaa37241a07fb5..3bc8537b3724e0f5d68c60649bbe87c0b74b3777 100644 (file)
@@ -57,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
@@ -99,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
@@ -113,11 +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
@@ -150,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
@@ -198,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
@@ -213,11 +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