From 93d57d46e52e0050efda894fc3089a6410d55754 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 24 May 2016 11:44:16 +0100 Subject: Disallow referencing of Interop DCPs in SMPTE films, and vice versa (#804). --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') 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): -- cgit v1.2.3