summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-10 16:41:26 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-10 16:41:26 +0000
commit0deea9a1b6096dc52d33a8879cc71c2bea9d22ee (patch)
tree206f7b1028b667b7375f50956154cc664a2e5986
parent8856cdabd71344635e97d5d9ecd0d9191d3fb717 (diff)
Bump libdcp to fix linux build.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 1e566f0e9..13e5599ae 100644
--- a/cscript
+++ b/cscript
@@ -130,7 +130,7 @@ def make_control(debian_version, bits, filename, debug):
def dependencies(target):
return (('ffmpeg-cdist', '5ac3a6af077c10f07c31954c372a8f29e4e18e2a'),
- ('libdcp', '606ff25'))
+ ('libdcp', 'f221b1c'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()