diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-03-03 22:02:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-03-03 22:02:03 +0100 |
| commit | fea967ca635b04ca70f3f44d2e02f551fc9d6684 (patch) | |
| tree | 20e8964296fc71be81bf71b6901bf2027dec439a /wscript | |
| parent | 43c859fa095987d3c367c2426f698d7477e81305 (diff) | |
Fix interop verification and add some tests for it.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -231,7 +231,7 @@ def build(bld): if not bld.env.DISABLE_EXAMPLES: bld.recurse('examples') - for i in ['SMPTE-429-7-2006-CPL.xsd', 'SMPTE-429-8-2006-PKL.xsd', 'SMPTE-429-9-2007-AM.xsd', 'xmldsig-core-schema.xsd', 'XMLSchema.dtd', 'XMLSchema.xsd', 'xml.xsd' ]: + for i in ['SMPTE-429-7-2006-CPL.xsd', 'SMPTE-429-8-2006-PKL.xsd', 'SMPTE-429-9-2007-AM.xsd', 'xmldsig-core-schema.xsd', 'XMLSchema.dtd', 'XMLSchema.xsd', 'xml.xsd', 'PROTO-ASDCP-CPL-20040511.xsd', 'PROTO-ASDCP-PKL-20040311.xsd', 'PROTO-ASDCP-AM-20040311.xsd', 'Main-Stereo-Picture-CPL.xsd' ]: bld.install_files('${PREFIX}/share/libdcp/xsd', os.path.join('xsd', i)) bld.add_post_fun(post) |
