projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f67eb55
)
Bump libdcp to verify assets only once (#3035).
author
Carl Hetherington
<cth@carlh.net>
Fri, 9 May 2025 09:44:30 +0000
(11:44 +0200)
committer
Carl Hetherington
<cth@carlh.net>
Fri, 9 May 2025 09:44:30 +0000
(11:44 +0200)
cscript
patch
|
blob
|
history
diff --git
a/cscript
b/cscript
index 8770a37e416b5590e4fd9731f8896e8b7d2a1c6b..c575df0343d93ba4b6728d94c0cf98c72150d2c8 100644
(file)
--- a/
cscript
+++ b/
cscript
@@
-437,7
+437,7
@@
def build_with_cpp17(target):
def dependencies(target, options):
- deps = [('libdcp', 'v1.10.2
0
', {'c++17': build_with_cpp17(target)})]
+ deps = [('libdcp', 'v1.10.2
1
', {'c++17': build_with_cpp17(target)})]
deps.append(('libsub', 'v1.6.53'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))