summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-20 23:42:12 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-20 23:42:12 +0100
commit5b0e2db86eb8ebf1a529df55aa962dec0d5babed (patch)
treed3d50a0587d72f8895f83553f3072291c9055bb5
parent6a05977b36f6ecbb291dc01e92f5dd2dda0862c6 (diff)
Bump libdcp.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 3ba027c..eefb2f7 100644
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
option_defaults = { 'force-cpp11': False }
def dependencies(target, options):
- libdcp = ('libdcp', 'b221efe')
+ libdcp = ('libdcp', '6c3db78')
return (('asdcplib', 'carl'), libdcp)
def build(target, options):