From 56b5f7e06e89f136a9f2ef91f4e7a34d6c451730 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 1 Feb 2026 21:59:32 +0100 Subject: Reproduce MCA subdescriptors when writing XML without the assets being present. This assumes that we don't read a CPL, modify the sound assets, then write it out again. Maybe we should make that possible (e.g. by invalidating the CPL's MCA subdescriptors list when changing sound). --- src/wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wscript') diff --git a/src/wscript b/src/wscript index 4fb4c359..4df80173 100644 --- a/src/wscript +++ b/src/wscript @@ -75,6 +75,7 @@ def build(bld): local_time.cc locale_convert.cc main_sound_configuration.cc + mca_sub_descriptor.cc metadata.cc modified_gamma_transfer_function.cc mono_j2k_picture_asset.cc @@ -189,6 +190,7 @@ def build(bld): local_time.h locale_convert.h main_sound_configuration.h + mca_sub_descriptor.h metadata.h mpeg2_picture_asset_writer.h modified_gamma_transfer_function.h -- cgit v1.2.3