summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-04-06 18:30:12 +0200
committerCarl Hetherington <cth@carlh.net>2024-04-06 18:30:12 +0200
commit17269578ff0164ffacf062d9a6e923eaf5f79ab3 (patch)
tree340c27e48155c9d24683204ab70702ff78870086
parente5ea11f3641bdbccea7d2901c1390eb324892281 (diff)
Bump libdcp for waf bump.videocon-1
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index a20a47f..2a8d798 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib', '19197cb99bdbd460509142a6008e0e79fddcf8a8'), ('libcxml', 'v0.17.9'), ('libdcp', '1ab600e78f8a7e6f8ffc50b60fec37e859261d9c'))
+ return (('asdcplib', '19197cb99bdbd460509142a6008e0e79fddcf8a8'), ('libcxml', 'v0.17.9'), ('libdcp', 'becff9b1f1a53dfc89dc9df753034760c63844ab'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory