summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-11-25 20:27:31 +0100
committerCarl Hetherington <cth@carlh.net>2021-11-25 20:27:31 +0100
commit466addee880016f401d28b623e97d14f7d234eee (patch)
tree4cb2ee8fac4976211ee390218965799819559af0 /cscript
parent48f24a8a9010b0f16f17d6c9b1df547ef6ee5f6a (diff)
Bump libdcp.fastvideo
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 2134a37..93cb236 100644
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
option_defaults = { 'force-cpp11': False }
def dependencies(target, options):
- return (('asdcplib', 'bb09615'), ('libdcp', 'v1.8.5'))
+ return (('asdcplib', 'bb09615'), ('libdcp', '7b717b5'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory