diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-14 00:59:58 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-14 00:59:58 +0000 |
| commit | ccde188f3b560730d14933af5caa11b413c2e623 (patch) | |
| tree | 6beaf2c94cb239c596d7dc25abbaf86aac6616d2 /cscript | |
| parent | bbfdca5381b2c4ba53e79a616c21e539ffe8237e (diff) | |
Very basic DCP verification in the player (#1238).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -300,8 +300,8 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', '5fce90f', ffmpeg_options), - ('libdcp', '92d0468'), - ('libsub', '708eff1'), + ('libdcp', '623e197'), + ('libsub', 'debe9fb'), ('rtaudio-cdist', '739969e')) def configure_options(target): |
