From 9a2c81f1355f2c7e5f9f317176fdafe8e33cf078 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 24 May 2024 23:50:03 +0200 Subject: Read 16-bit audio DCPs correctly. As far as I can tell they are totally non-standard, but apparently the IMS3000 plays them so I guess we should too. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 3bb77e178..60d1825ca 100644 --- a/cscript +++ b/cscript @@ -533,7 +533,7 @@ def make_spec(filename, version, target, options, requires=None): print('/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :', file=f) def dependencies(target, options): - deps = [('libdcp', 'cc6a2fe7ee05718d549e72eb740d0eae290f8ecb', {'c++17': target.platform == 'osx'})] + deps = [('libdcp', 'v1.9.8', {'c++17': target.platform == 'osx'})] deps.append(('libsub', 'v1.6.47')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) -- cgit v1.2.3