diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-09 00:41:59 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-09 00:41:59 +0200 |
| commit | 4d0265709a7101087c462a3ce156a2dbe852913f (patch) | |
| tree | ca4adaef9ea425762f466397431ddd8fc946c2fd | |
| parent | a8e7f108c3aad37a5291b12ac37844dbea8cfd9b (diff) | |
Bump libdcp for inverse gamma LUT improvements.
| -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', '13a6c81232a3d33772afbf9fdf5d2879f64ff757')) - deps.append(('libsub', '95270023753b84e65cb1f5c5bd7a33cd67c8f03b')) + deps.append(('libdcp', '6de2bb3751b449abf06d44e4dda5e41b66df3f62')) + deps.append(('libsub', '4a2b319516ba5deda908e9778ce8880e421d709e')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
