diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-29 23:15:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-29 23:15:26 +0100 |
| commit | 49fc9b8c4282d0e973ac1f4e31357735cf6be218 (patch) | |
| tree | 45c8818a324d5628d70de82e80aed2441ea06b7e /cscript | |
| parent | f4964573a60155545e02cbbebc47199f7480cf14 (diff) | |
Add reel index/count to DCP filename format.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -237,7 +237,7 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options), - ('libdcp', '7e9ad08'), + ('libdcp', 'f3fb557'), ('libsub', '067c21c')) def configure_options(target): |
