summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-01-02 00:11:39 +0000
committerCarl Hetherington <cth@carlh.net>2018-01-02 00:11:39 +0000
commit3b9dd0a4632d58100f00cfb6d9fe0def2f6ba71f (patch)
treea191e0a06138b1c3d07b5d3355117d654acf9401
parente7b5945f03b297bf909d2bd28f1533137cf8f409 (diff)
Bump libdcp for openjpeg version bump in attempt to fix DCP-o-matic #1136.1.0
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index fb5c228..d49e8f8 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a8d8cba'), ('libdcp', '7863ca3'))
+ return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a8d8cba'), ('libdcp', '4bdc3a8'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory