summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-09-07 13:57:43 +0100
committerCarl Hetherington <cth@carlh.net>2018-09-07 13:57:43 +0100
commit45ae749a08db1fd51ec4f941e1cabc1e8a4e0bf0 (patch)
tree7e28bdce2e24b1086cbc796c4cfb76754c66f332 /cscript
parentb688d7362de5c0319284a74f46d17928b1be91eb (diff)
Fix libdcp version.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index f5bf702c6..753a76830 100644
--- a/cscript
+++ b/cscript
@@ -328,7 +328,7 @@ def dependencies(target):
else:
deps = [('ffmpeg-cdist', '27f25fb', ffmpeg_options)]
- deps.append(('libdcp', '8259e27'))
+ deps.append(('libdcp', '5d8a158'))
deps.append(('libsub', 'a44af54'))
deps.append(('rtaudio-cdist', '739969e'))