diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-08 18:47:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-08 18:47:07 +0000 |
| commit | 005157c20f3b3894337c82e82a1f8b9fa1dc77b9 (patch) | |
| tree | 4db6ddc2e5e08f1942cccbf22e9c03beac20a056 /cscript | |
| parent | ba6e581a2680ffcf029ee518ea56457268afbfa1 (diff) | |
Bump libdcp for daft typo.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -130,7 +130,7 @@ def make_control(version, bits, filename, debug): def dependencies(target): return (('ffmpeg-cdist', '5ac3a6af077c10f07c31954c372a8f29e4e18e2a'), - ('libdcp', '8e663fa')) + ('libdcp', 'a7dac85')) def build(target, options): cmd = './waf configure --prefix=%s' % target.work_dir_cscript() |
