summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-22 20:05:08 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-22 20:05:08 +0100
commit5859f0c5985ce818c1e79d6e884cb49c944997e0 (patch)
tree49c75dc68bb4de6cda18fb1822d1fe6736ab61c0 /cscript
parent30ba2bbc24e4f8e0e2baa2c37380d83cafa4a082 (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 77384e70c..bdf7dffa4 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', 'eb149f6'),
+ return (('ffmpeg-cdist', '7e95caa'),
('libdcp', '1.0'))
def build(target, options):