diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-17 11:08:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-17 11:08:43 +0100 |
| commit | b0d9a84bd0debd332c23fa7ae6684956d0ca470d (patch) | |
| tree | ff3555147677776f13464852fb6bf452b155d2e8 /cscript | |
| parent | eb4a3a05f684923481a87db276db0c291a1d1e89 (diff) | |
Fix typo.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ def make_manual(): return [os.path.abspath('pdf'), os.path.abspath('html')] def dependencies(): - return (('libdcp', 'v0.43', + return (('libdcp', 'v0.43'), ('ffmpeg', '8d0757e1079f588ed69f629e2d1a4d5f232dc298') ('openjpeg', '')) |
