summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-14 22:41:12 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-14 22:41:12 +0100
commiteaa1dd1003b08c2608c101be109f5d62b7e35ab5 (patch)
tree0837f0e5ebaf11b67f00fdc52027de049f16ba2b /cscript
parent52a985d0572e27d25a4724c0d735eb76fe02e3af (diff)
Bump libdcp to remove checks on PCM MXF edit rates,
so we can generate strange ones in DCP-o-matic. Reported-by: Noah Orozco
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index ae216d6f4..bcbd7bfe7 100644
--- a/cscript
+++ b/cscript
@@ -144,7 +144,7 @@ def make_control(debian_version, bits, filename, debug):
def dependencies(target):
return (('ffmpeg-cdist', 'bba68a5'),
- ('libdcp', '110dc70'))
+ ('libdcp', 'c01716c'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()