Bump libdcp to fix linux build.
authorCarl Hetherington <cth@carlh.net>
Mon, 10 Feb 2014 16:41:26 +0000 (16:41 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 10 Feb 2014 16:41:26 +0000 (16:41 +0000)
cscript

diff --git a/cscript b/cscript
index 1e566f0e9333f0deee609f0d877014c012ca1a62..13e5599ae4fcdd23eb2f2564461b509871d98899 100644 (file)
--- 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()