summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-02-07 23:51:38 +0100
committerCarl Hetherington <cth@carlh.net>2021-02-07 23:51:38 +0100
commit95665b06e659da5536906d5bd040740672941262 (patch)
treea0616d2b45cf45916372f013e881b3c65e882a7d
parent2ac27e6b917111d0f04dd24578f5425c569031dc (diff)
Bump libdcp.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 643a304..bf73d53 100644
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
option_defaults = { 'force-cpp11': False }
def dependencies(target, options):
- return (('asdcplib', 'bb09615'), ('libdcp', 'bed820d'))
+ return (('asdcplib', 'bb09615'), ('libdcp', '73b1736'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory