summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-05-24 11:44:16 +0100
committerCarl Hetherington <cth@carlh.net>2016-05-24 11:44:16 +0100
commit93d57d46e52e0050efda894fc3089a6410d55754 (patch)
treee24d7a4a71d03b18b171f45a8695316f0f4e905f /cscript
parentf74ed4201c1d393982439724de5fa81ce0393550 (diff)
Disallow referencing of Interop DCPs in SMPTE films, and vice versa (#804).
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 3854d29a0..e969a5236 100644
--- a/cscript
+++ b/cscript
@@ -236,7 +236,7 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', 'cd922b8', ffmpeg_options),
- ('libdcp', '4e6b78d'),
+ ('libdcp', '043d382'),
('libsub', 'b082fb6'))
def configure_options(target):