summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-21 14:58:51 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-21 14:58:51 +0100
commitfaa56e5de2c892ffc1b8360d5f86616b0e348d97 (patch)
tree8f4b8de8396bc915657b63528af33c789b460234 /cscript
parentdd2685423e9a2800a9ea6821c361a6b851ff759e (diff)
Bump ffmpeg-cdist to get --enable-gpl.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index b4e211e66..9a576c2f4 100644
--- a/cscript
+++ b/cscript
@@ -141,7 +141,7 @@ def make_control(debian_version, bits, filename, debug):
print >>f,''
def dependencies(target):
- return (('ffmpeg-cdist', 'bba68a5'),
+ return (('ffmpeg-cdist', '67dc770'),
('libdcp', 'v0.95.0'))
def build(target, options):