summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-28 21:28:21 +0000
committerCarl Hetherington <cth@carlh.net>2013-10-28 21:28:21 +0000
commit41d4a80426bdeb27d8dde8339a665fa245d93d08 (patch)
treeb588b941df38d8f99aca18675b237cf31c85b619 /cscript
parent61b3d190b7d826f712bbd79fbcf14ff9cf322e4b (diff)
Bump libdcp version.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index eeef2a65a..199066581 100644
--- a/cscript
+++ b/cscript
@@ -4,7 +4,7 @@ import os
def dependencies(target):
return (('ffmpeg-cdist', 'b1219246a0cce9a4b916669d506bb33c925225c3'),
- ('libdcp', '85fffccfceaef5652452eb60bef98b0c49a898c6'))
+ ('libdcp', '658695856029c7ae80e3556d07a1a5cb1b51cf1d'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()