diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-05 23:07:36 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-05 23:07:36 +0200 |
| commit | efe153ab23b54cdbf28c653f2ccb0f25ca6bd015 (patch) | |
| tree | 57ec81c82056c2c9bb973286189e70a941772430 /cscript | |
| parent | 58d89ba0632d94504b15dc10cb4e4153808f8efe (diff) | |
Fix previous.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -427,8 +427,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'f031667bd2769d3daf9c49115f21a099fafcee46')) - deps.append(('libsub', '7ed26aa4ddb33c9c01a3a22fe99c7759321b1246')) + deps.append(('libdcp', 'd0d456fcae355a07ac27102ae9da2680bece6454')) + deps.append(('libsub', 'a23d106d15259440ba66c15f1dca4b6ba30c075e')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
