summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-09 14:18:01 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-09 14:18:01 +0100
commitaf364035af1493d91584540396b80151c3bda318 (patch)
tree2f82239a03a6842d3393e54a183c1cfc15a4b0f2
parentd589272bf22891cc73cf605d435268f37c59bfa0 (diff)
Specify a libdcp version again.
-rw-r--r--ChangeLog4
-rw-r--r--cscript2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index caa04e3b3..b5fa9feec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/cscript b/cscript
index 763303f7e..07061d73c 100644
--- a/cscript
+++ b/cscript
@@ -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()