diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-28 10:26:19 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-28 10:26:19 +0000 |
| commit | 59242a7824338475166f48db9a7a5ae928881295 (patch) | |
| tree | 26271e3f0f3700e3b341cc320d736d0df878e4f5 | |
| parent | 969064d0e45b5885374452ff1ac2e15377bd76eb (diff) | |
Bump libdcp to fix erroneous addition of referenced assets to PKLs (#723).
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | cscript | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2015-10-28 Carl Hetherington <cth@carlh.net> + + * Fix erroneous addition of referenced assets to PKLs (#723). + 2015-10-19 Carl Hetherington <cth@carlh.net> * Draw reels in the timeline. @@ -257,8 +257,8 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', 'd0986a9', ffmpeg_options), - ('libdcp', 'f6b7898'), - ('libsub', 'afc7eec')) + ('libdcp', '6dc0cdb'), + ('libsub', 'f3505c1')) def configure_options(target): opt = '' |
