summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-02-15 22:05:12 +0100
committerCarl Hetherington <cth@carlh.net>2025-02-15 22:05:12 +0100
commitd1acfbba2ab9986d9ad41d1716a2d13770cb535a (patch)
treeb67d201cb547d69f0a8083a22e653df57dffc1ba /cscript
parent91acd7a38ef69a7aeff99b1c97788a22ba3cd86c (diff)
Use dcp::RawFile for writing DCPs.
Hopefully this gives more useful errors when it goes wrong (stdio fread basically gives no detail other than "there was an error").
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 009506f83..e3084a874 100644
--- a/cscript
+++ b/cscript
@@ -425,7 +425,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', 'v1.10.10', {'c++17': target.platform.startswith('osx')})]
+ deps = [('libdcp', '3551f02850996d93607604c1cc5e31355cc84757', {'c++17': target.platform.startswith('osx')})]
deps.append(('libsub', 'v1.6.53'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))