A few new bits.
authorCarl Hetherington <cth@carlh.net>
Mon, 15 May 2017 10:41:01 +0000 (11:41 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 15 May 2017 10:41:01 +0000 (11:41 +0100)
tools/dcpkdm.cc
tools/wscript

index 1e35803f4edabe0bd375362c09e5c15dc914d6f0..7ea2df5b3959473bbc2df73daed4b2f2f1029f7f 100644 (file)
@@ -104,6 +104,7 @@ main (int argc, char* argv[])
                                cout << "\n";
                                cout << "\tID:       " << i.id() << "\n";
                                cout << "\tStandard: " << (i.standard() == dcp::SMPTE ? "SMPTE" : "Interop") << "\n";
+                               cout << "\tCPL ID:   " << i.cpl_id() << "\n";
                                if (i.type()) {
                                        cout << "\tType:     " << i.type().get() << "\n";
                                }
index ecdd74d40d55df98e41d36a2c15b93831f8a279a..f54646b4764fa86ae7623cfc578b2639a9f98f4a 100644 (file)
@@ -44,7 +44,7 @@ def build(bld):
     obj.source = 'dcpinfo.cc common.cc'
     obj.target = 'dcpinfo'
 
-    for f in ['dumpsub', 'decryptmxf', 'kdm']:
+    for f in ['dumpsub', 'decryptmxf', 'kdm', 'signerthumb']:
         obj = bld(features='cxx cxxprogram')
         obj.use = ['libdcp%s' % bld.env.API_VERSION]
         obj.uselib = 'OPENJPEG CXML OPENMP ASDCPLIB_CTH BOOST_FILESYSTEM LIBXML++ XMLSEC1 OPENSSL'