diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-09 14:18:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-09 14:18:01 +0100 |
| commit | af364035af1493d91584540396b80151c3bda318 (patch) | |
| tree | 2f82239a03a6842d3393e54a183c1cfc15a4b0f2 | |
| parent | d589272bf22891cc73cf605d435268f37c59bfa0 (diff) | |
Specify a libdcp version again.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | cscript | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2013-10-09 Carl Hetherington <cth@carlh.net> + + * Fix problems with crypto stuff on Windows. + 2013-10-08 Carl Hetherington <cth@carlh.net> * Version 1.07 released. @@ -4,7 +4,7 @@ import os def dependencies(target): return (('ffmpeg-cdist', 'b1219246a0cce9a4b916669d506bb33c925225c3'), - ('libdcp', None)) + ('libdcp', '49291e362d7236f3ea39b297f4f18cf297571f78')) def build(target): cmd = './waf configure --prefix=%s' % target.work_dir_cscript() |
