Bump libdcp to fix corrupted audio analyses under some locales (#974).
authorCarl Hetherington <cth@carlh.net>
Mon, 17 Oct 2016 13:38:24 +0000 (14:38 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 17 Oct 2016 13:38:24 +0000 (14:38 +0100)
ChangeLog
cscript

index 0fd8f0a2d743d6369f83b1d69023b913a642b99d..a8d82999bf05a9e1d9050ff4ec0abc90eec8efa0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-10-17  c.hetherington  <cth@carlh.net>
+
+       * Bump libdcp for fix to corrupted audio analyses
+       under some locales (#974).
+
 2016-10-14  Carl Hetherington  <cth@carlh.net>
 
        * Version 2.9.34 released.
diff --git a/cscript b/cscript
index 16df6e422ef59e35ce9986cf21dbd01cf76ee814..5164bfeefdb3b28366e6927cbf7e34ded5f8ee43 100644 (file)
--- a/cscript
+++ b/cscript
@@ -233,7 +233,7 @@ def dependencies(target):
         ffmpeg_options = {}
 
     return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options),
-            ('libdcp', 'b74dee5'),
+            ('libdcp', '6527778'),
             ('libsub', '3db5052'))
 
 def configure_options(target):