summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-09-09 00:16:46 +0100
committerCarl Hetherington <cth@carlh.net>2016-09-09 00:16:46 +0100
commitd1108717fd7ba97a0d699331bddbef98bddfc53c (patch)
tree722f02ddd285a61794fb0d78e25913d160dc2e41 /cscript
parent213f444f8f1b092f2b921f77641256af7e8df0c6 (diff)
Write a 7.1 channel assignment into SMPTE DCP audio MXFs.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 87cfcfe52..566381904 100644
--- a/cscript
+++ b/cscript
@@ -233,7 +233,7 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options),
- ('libdcp', '04a3cc5'),
+ ('libdcp', 'fe83eb5'),
('libsub', '067c21c'))
def configure_options(target):