summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-02 20:14:27 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-02 20:14:27 +0100
commit28d89b1ffa57da6c5407773182cbb1d063384ee5 (patch)
tree3db6472e9ecd7cd1d8d1cea1b5b18eca63084477 /cscript
parente526999a0252193ee8e42ac841c7494bea44ecfb (diff)
Bump ffmpeg for the soxr resampler.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 01e707fd7..06e59c640 100644
--- a/cscript
+++ b/cscript
@@ -234,7 +234,7 @@ def make_spec(filename, version, target):
print >>f,'/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :'
def dependencies(target):
- return (('ffmpeg-cdist', 'bd17594'),
+ return (('ffmpeg-cdist', 'ddd2f8b'),
('libdcp', 'v1.2.3'),
('libsub', 'v1.1.4'))