summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-28 10:26:19 +0000
committerCarl Hetherington <cth@carlh.net>2015-10-28 10:26:19 +0000
commit59242a7824338475166f48db9a7a5ae928881295 (patch)
tree26271e3f0f3700e3b341cc320d736d0df878e4f5
parent969064d0e45b5885374452ff1ac2e15377bd76eb (diff)
Bump libdcp to fix erroneous addition of referenced assets to PKLs (#723).
-rw-r--r--ChangeLog4
-rw-r--r--cscript4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 316f4befa..a84a8f6aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/cscript b/cscript
index 16696b534..7caef1c55 100644
--- a/cscript
+++ b/cscript
@@ -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 = ''