diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | cscript | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2013-10-09 Carl Hetherington <cth@carlh.net> + * Bump libdcp version to pull in speculative fix + for AuthorizedDeviceList thumbprints in KDMs. + +2013-10-09 Carl Hetherington <cth@carlh.net> + * Version 1.08 released. 2013-10-09 Carl Hetherington <cth@carlh.net> @@ -4,7 +4,7 @@ import os def dependencies(target): return (('ffmpeg-cdist', 'b1219246a0cce9a4b916669d506bb33c925225c3'), - ('libdcp', '49291e362d7236f3ea39b297f4f18cf297571f78')) + ('libdcp', 'f45c39be13bae47936d8b87be45df55741b5bb9c')) def build(target): cmd = './waf configure --prefix=%s' % target.work_dir_cscript() |
