diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-31 23:41:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-31 23:41:03 +0100 |
| commit | eee3a7d57cc75a36e22df2e4f943efc830a46a7b (patch) | |
| tree | bdaf24aa5ce7df2cf1239ba7fa6a7ed6ef0a4f71 | |
| parent | 487f62d9e7e2b73cd44fdefe4a03735c7ed00fec (diff) | |
Bump libdcp.videocon
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ import os def dependencies(target): - return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a8d8cba'), ('libdcp', '0a47e4c')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a8d8cba'), ('libdcp', '7f648ce')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
