From 2be03241f41d47f36d044e6cd0566fc71e8e3997 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 11 Jun 2015 13:47:00 +0100 Subject: Log a warning rather than getting stuck when clamping XYZ values in RGB->XYZ conversion (#600). --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 9981f737f..59b313cd3 100644 --- a/cscript +++ b/cscript @@ -224,7 +224,7 @@ def make_spec(filename, version, target): def dependencies(target): return (('ffmpeg-cdist', '0492ad2'), - ('libdcp', '41ab9a3'), + ('libdcp', 'e4d623e'), ('libsub', 'f66b11f')) def configure_options(target): -- cgit v1.2.3