summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-04-29 12:10:13 +0100
committerCarl Hetherington <cth@carlh.net>2014-04-29 12:10:13 +0100
commit5b9943a77b003a3b4f614ff7bec26bd1381f5fbf (patch)
tree904d9cafd97f5b7188fd295d7f1d7e11ad4027b8 /cscript
parentab43240870523c96c68493d107b8bc8c5294629b (diff)
Bump ffmpeg for OS X build fix (not linking against JACK).
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 142f1c287..5b2aebbbb 100644
--- a/cscript
+++ b/cscript
@@ -143,7 +143,7 @@ def make_control(debian_version, bits, filename, debug):
print >>f,''
def dependencies(target):
- return (('ffmpeg-cdist', 'a0db025'),
+ return (('ffmpeg-cdist', 'bba68a5'),
('libdcp', '8af7b48'))
def build(target, options):