Ignore parameters in PKL type strings when checking them.
[libdcp.git] / benchmark / wscript
index 3a0455892f25eeb7f260d8dbab0a75cdde8973d1..219ca3fec6d5e56a8b796561fd8cb7447051942d 100644 (file)
@@ -32,7 +32,7 @@
 #
 
 def build(bld):
-    for p in ['rgb_to_xyz']:
+    for p in ['rgb_to_xyz', 'j2k_transcode']:
         obj = bld(features='cxx cxxprogram')
         obj.name = p
         obj.uselib = 'BOOST_FILESYSTEM ASDCPLIB_CTH'