diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-31 21:49:41 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-31 21:49:41 +0200 |
| commit | 46ef94502b3df6f4142c79e6926df34ca619f9dc (patch) | |
| tree | 1b7449bf4caaeaf3d0d834e68aa61c1305a99d16 /wscript | |
| parent | da78a8adb2302b15f89d353fa6610385f0bf2a69 (diff) | |
Add very simple benchmark for rgb_to_xyz.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ # -# Copyright (C) 2012-2019 Carl Hetherington <cth@carlh.net> +# Copyright (C) 2012-2020 Carl Hetherington <cth@carlh.net> # # This file is part of libdcp. # @@ -230,6 +230,7 @@ def build(bld): bld.recurse('test') if not bld.env.DISABLE_EXAMPLES: bld.recurse('examples') + bld.recurse('benchmark') 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)) |
