summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-06-13 23:12:18 +0100
committerCarl Hetherington <cth@carlh.net>2016-06-13 23:12:18 +0100
commit7acc2f5d8edc157c206012cb83167845ec7d09c7 (patch)
treea90d961537bdf08b062e805af2d1aa3852e98ea9 /cscript
parent13aae5d8ff27886656ab7ea3ef1194987954bb3f (diff)
Improve error messages on failing to load DCP subs.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 260c0f2ec..82c39a0f8 100644
--- a/cscript
+++ b/cscript
@@ -237,7 +237,7 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', 'aab2fb1', ffmpeg_options),
- ('libdcp', 'd927e9b'),
+ ('libdcp', '937e435'),
('libsub', '3e299e5'))
def configure_options(target):