summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-08-27 10:27:25 +0100
committerCarl Hetherington <cth@carlh.net>2015-08-27 10:27:25 +0100
commit2cf61db2be72601de5e72c86ce6a2d1fd6367278 (patch)
tree5eaa7ef7341a2e160cc1a7983630a5a1ed80923c /cscript
parentb005341b08738d6ce45d39f2daceaea31fc73281 (diff)
Bump libdcp for RGB->XYZ optimisation.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 94611f4df..da90a3805 100644
--- a/cscript
+++ b/cscript
@@ -233,8 +233,8 @@ def make_spec(filename, version, target):
def dependencies(target):
return (('ffmpeg-cdist', 'bd17594'),
- ('libdcp', '6a90fde'),
- ('libsub', 'be3be0d'))
+ ('libdcp', 'e4042b7'),
+ ('libsub', '05927c9'))
def configure_options(target):
opt = ''