diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-02-01 21:59:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-02 00:36:54 +0100 |
| commit | 56b5f7e06e89f136a9f2ef91f4e7a34d6c451730 (patch) | |
| tree | 7115179ebf80da4fd988ad1891813d9d06125818 /src/wscript | |
| parent | f4582b67f10e5cdbe13ef3f3112c709e950d2190 (diff) | |
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).
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
