summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-18 13:20:37 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-18 13:20:37 +0100
commit0e7d726e41dc3038a39a19dabd725cf17def1ee5 (patch)
tree986becd6446f48825a8a63aaf0f93f9ccfc05ea0 /cscript
parent5ea52a08f45b0cb8b8fe7221244cdcdeeaca0ed7 (diff)
Bump ffmpeg.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 2ac5fea91..514fe7536 100644
--- a/cscript
+++ b/cscript
@@ -156,7 +156,7 @@ def make_control(debian_version, bits, filename, debug):
print >>f,''
def dependencies(target):
- return (('ffmpeg-cdist', '67dc770'),
+ return (('ffmpeg-cdist', '98ac087'),
('libdcp', '1.0'))
def build(target, options):