diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-26 14:35:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-26 14:35:33 +0100 |
| commit | d1125d09c7741d05b57b1520531a0451663ad66c (patch) | |
| tree | 3a4dd044fdaf676d13c08e4b9fc207d3900b3251 /cscript | |
| parent | 02f028d271677b3b3669b5cdfda1597108a34b80 (diff) | |
Allow user to set video frame rate of video sources (to override the detected one).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -157,7 +157,7 @@ def make_control(debian_version, bits, filename, debug): def dependencies(target): return (('ffmpeg-cdist', '67dc770'), - ('libdcp', 'v0.95.0')) + ('libdcp', '2224998')) def build(target, options): cmd = './waf configure --prefix=%s' % target.work_dir_cscript() |
