diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-02-09 02:50:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-02-09 02:50:09 +0100 |
| commit | 0bc7d3c437ce04b132656feac77e5495051c1005 (patch) | |
| tree | d9ab6c0449f73a47977d6de1d198b42b37aab512 | |
| parent | ff0c13d73eedb1294b110313f0081c88c832bff9 (diff) | |
Bump libdcp to fix time/date format bug.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -507,7 +507,7 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.94')) + deps.append(('libdcp', 'v1.8.95')) deps.append(('libsub', 'v1.6.47')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
