summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-03 14:18:41 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-03 14:18:41 +0100
commit135e793602f1b663b34f75102f462d80463c21ed (patch)
tree57395106dd9cf46434112ca0d497eed63190aab9 /cscript
parent710622cbcff295ec0894ade5a79ed28d5060db7a (diff)
Bump ffmpeg for cscript typo.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 8ac7cee96..6c0893772 100644
--- a/cscript
+++ b/cscript
@@ -238,7 +238,7 @@ def make_spec(filename, version, target):
print >>f,'/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :'
def dependencies(target):
- return (('ffmpeg-cdist', '1d37f80'),
+ return (('ffmpeg-cdist', 'f28c50e'),
('libdcp', 'v1.2.3'),
('libsub', 'v1.1.4'))