diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-06-24 17:03:28 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-06-24 17:03:28 +0200 |
| commit | 9db56a75e50701bb27ac0b3134a70d2be373ac52 (patch) | |
| tree | 37ef0cf4c3dec6355b6997dceffc235de4bbad22 /cscript | |
| parent | 5523c5b7c0572616d9d76786d0140e6f7f3e7174 (diff) | |
Fix incorrect issuer/creator in CPL files.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -388,8 +388,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'bd4b476')) - deps.append(('libsub', '791364b')) + deps.append(('libdcp', '97b4901')) + deps.append(('libsub', 'fa899ec')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
