summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-09-03 14:48:17 +0200
committerCarl Hetherington <cth@carlh.net>2022-09-03 14:48:17 +0200
commit40d51bff005f7e8c53ef7b815a2714927473bd03 (patch)
treef67e691b4d281c91b9050383b527b89a5e0c22c6
parentb02d08547dd5739ede56cf73190b23f0bcd990a8 (diff)
Bump libdcp for content kind changes.content-kind
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 5f48e05..58d2bf8 100644
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
option_defaults = { 'force-cpp11': False }
def dependencies(target, options):
- return (('asdcplib', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82'), ('libdcp', 'v1.8.25'))
+ return (('asdcplib', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82'), ('libdcp', '1d13ce8be4df51e85b7222a7c9d357366c841a89'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory