diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-20 12:22:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-20 12:22:39 +0100 |
| commit | 55f3081dac374513121c7f54ef755209c02e5427 (patch) | |
| tree | 4d9b98973993508cd4f9df32b9c78251fcbb7da0 | |
| parent | 81f1c622471652aee47d8b680da927794dc2c857 (diff) | |
Still more wscript adventures.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -453,7 +453,7 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.44')) + deps.append(('libdcp', 'v1.8.45')) deps.append(('libsub', 'v1.6.42')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) |
