summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-29 23:15:26 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-29 23:15:26 +0100
commit49fc9b8c4282d0e973ac1f4e31357735cf6be218 (patch)
tree45c8818a324d5628d70de82e80aed2441ea06b7e /cscript
parentf4964573a60155545e02cbbebc47199f7480cf14 (diff)
Add reel index/count to DCP filename format.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 2ce672385..5d0c949e8 100644
--- a/cscript
+++ b/cscript
@@ -237,7 +237,7 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options),
- ('libdcp', '7e9ad08'),
+ ('libdcp', 'f3fb557'),
('libsub', '067c21c'))
def configure_options(target):