From 46ef94502b3df6f4142c79e6926df34ca619f9dc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 31 May 2020 21:49:41 +0200 Subject: Add very simple benchmark for rgb_to_xyz. --- wscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 689a84fb..4c1c6146 100644 --- a/wscript +++ b/wscript @@ -1,5 +1,5 @@ # -# Copyright (C) 2012-2019 Carl Hetherington +# Copyright (C) 2012-2020 Carl Hetherington # # 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)) -- cgit v1.2.3