summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-16 20:23:11 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-16 20:23:11 +0000
commit3c3f14a8eeb5505c1920ad3fd235ba6ce3805d24 (patch)
tree2fb4114629427f8781d2585ed32ad4ba6ce399bd /cscript
parent1853a4a89d47e068c31d993dd4ecb8d83cedc884 (diff)
Bump ffmpeg version.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index b82e0ad77..875b590d1 100644
--- a/cscript
+++ b/cscript
@@ -3,7 +3,7 @@ import shutil
import os
def dependencies(target):
- return (('ffmpeg-cdist', 'b1219246a0cce9a4b916669d506bb33c925225c3'),
+ return (('ffmpeg-cdist', '0b7ef017aca8b572914518c759db1e234d8fc505'),
('libdcp', '658695856029c7ae80e3556d07a1a5cb1b51cf1d'))
def build(target):