summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-09 20:56:42 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-09 20:56:42 +0000
commit14405a514581605497d88fb72c2e4fb45b359d4d (patch)
treef42d45be9e0cfca94be3e5ca49a1699a66856d56 /cscript
parent6e5e215ebadeb1ec81052f5d67a7da7457e33fa2 (diff)
Forward-port DCA footer fix from master.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index b1397d6e8..5621ef51f 100644
--- a/cscript
+++ b/cscript
@@ -155,7 +155,7 @@ def make_control(debian_version, bits, filename, debug):
print >>f,''
def dependencies(target):
- return (('ffmpeg-cdist', '1093c6f'),
+ return (('ffmpeg-cdist', 'f69bb08'),
('libdcp', '1.0'),
('libsub', None))