summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-11 13:47:00 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-11 13:47:00 +0100
commit2be03241f41d47f36d044e6cd0566fc71e8e3997 (patch)
tree9097651ee8facc1d9f6db43dcc0be998eec46b52 /cscript
parent7c46ecb387c45dfdf31379f019d10283c8a2fb71 (diff)
Log a warning rather than getting stuck when clamping XYZ values in RGB->XYZ conversion (#600).
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
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):