summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-18 13:42:40 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-18 13:42:40 +0000
commit02e2271a16804a35698f513f536a9ab1893b8612 (patch)
tree58b2a58b7833029720715c417206c9f65ab01ab1 /cscript
parent46275d70ca0950909bf02b85359da473a50f3776 (diff)
Bump ffmpeg to not build postproc any more.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index a9418c564..7e6b769f0 100644
--- a/cscript
+++ b/cscript
@@ -129,7 +129,7 @@ def make_control(debian_version, bits, filename, debug):
print >>f,''
def dependencies(target):
- return (('ffmpeg-cdist', '08827fa4e1d483511e6135c424d2ca9c56a9ed50'),
+ return (('ffmpeg-cdist', 'a0db025'),
('libdcp', '8af7b48'))
def build(target, options):