diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-03 12:10:27 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-21 21:57:18 +0200 |
| commit | 549011d53fa302fde3dcb6df4d946dc569a8b03e (patch) | |
| tree | f85b0731b5acf20c2c560fd9f287380d5e1578c3 /wscript | |
| parent | fc205951d1fec50d59bfbed9cb03c07cc95205d9 (diff) | |
Add namespaces and tweak CPL namespace so Xerces checks CompositionMetadataAsset.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -248,7 +248,9 @@ def build(bld): 'PROTO-ASDCP-CC-CPL-20070926.xsd', 'Main-Stereo-Picture-CPL.xsd', 'DCSubtitle.v1.mattsson.xsd', - 'DCDMSubtitle-2010.xsd' ]: + 'DCDMSubtitle-2010.xsd', + 'Dolby-2012-AD.xsd', + 'SMPTE-429-16.xsd' ]: bld.install_files('${PREFIX}/share/libdcp/xsd', os.path.join('xsd', i)) bld.add_post_fun(post) |
