summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-19 15:16:32 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-19 15:16:32 +0100
commitbe40982004b5e82a4a71ba07e03f39cfd8e9c435 (patch)
tree3779226d3c9c38c3b7358f1153de57427b59e142 /cscript
parent63155a20333ec1131e8b0f0882531861ae5380e7 (diff)
Bump ffmpeg version.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 50a9c39fc..06b91cba9 100644
--- a/cscript
+++ b/cscript
@@ -3,7 +3,7 @@ import shutil
import os
def dependencies(target):
- return (('ffmpeg-cdist', '77e9115b172ec6e4f0da0a5525f32fb28bae5f09'),
+ return (('ffmpeg-cdist', 'b1219246a0cce9a4b916669d506bb33c925225c3'),
('libdcp', '08f4fe13bbff1a674930d55ab95fd181ebd0c265'))
def build(target):