summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-10 00:35:02 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-10 00:35:02 +0100
commit773a9e0518f86b09cd1df81cef969a654c4018cf (patch)
tree6957a042ffe204ceea38d7a72837083dce894a0c /cscript
parent4fd7145e6c30e2a58c179f7f018a761a4078c0d5 (diff)
eebb00c092e568a14c0af3ce513d34f6b4ee834d from master; limit DCP channels and bump libdcp.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index e113e7101..3864fbaa1 100644
--- a/cscript
+++ b/cscript
@@ -156,7 +156,7 @@ def make_control(debian_version, bits, filename, debug):
def dependencies(target):
return (('ffmpeg-cdist', 'f69bb08'),
- ('libdcp', 'e0906dd'),
+ ('libdcp', '8e7f9e4'),
('libsub', 'f66b11f'))
def build(target, options):