From dd9711df97e605e9015445d00337164b40f1bd00 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 13 Dec 2022 22:17:31 +0100 Subject: Bump libdcp to a version with UTCOffset. This is needed for 2.17.x but I ran the tests on main and they look OK, so doing it this way should save a few merge conflicts. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index b025e8690..b56bb23d6 100644 --- a/cscript +++ b/cscript @@ -453,7 +453,7 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.38')) + deps.append(('libdcp', 'v1.8.39')) deps.append(('libsub', 'v1.6.42')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) -- cgit v1.2.3