summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-05-31 21:49:41 +0200
committerCarl Hetherington <cth@carlh.net>2020-05-31 21:49:41 +0200
commit46ef94502b3df6f4142c79e6926df34ca619f9dc (patch)
tree1b7449bf4caaeaf3d0d834e68aa61c1305a99d16 /wscript
parentda78a8adb2302b15f89d353fa6610385f0bf2a69 (diff)
Add very simple benchmark for rgb_to_xyz.
Diffstat (limited to 'wscript')
-rw-r--r--wscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/wscript b/wscript
index 689a84fb..4c1c6146 100644
--- a/wscript
+++ b/wscript
@@ -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))