summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-12-04 22:56:29 +0000
committerCarl Hetherington <cth@carlh.net>2015-12-04 22:56:29 +0000
commit27b55f4c3818a797ceade39fdefe877a3bd35f47 (patch)
tree3d6ee44cc24c2868a595919326439582a6b9a75a /cscript
parentdfd9eff80dfd6ea13ee509a2d127486bdf1d28a4 (diff)
Just use latest libdcp.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 1189b198d..3d2459847 100644
--- a/cscript
+++ b/cscript
@@ -279,7 +279,7 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', '938d9af', ffmpeg_options),
- ('libdcp', '40a74db'),
+ ('libdcp', '1.0'),
('libsub', 'cc93f49'))
def configure_options(target):