summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-14 23:01:16 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-14 23:01:16 +0100
commitd7adece6d33d86c12a54c3e8f9e65f3bc501e4d7 (patch)
treede2d74aabe82d8f8d0b755285ef0c7d3bbb8dab5 /cscript
parentce09a59720d1a34a610f1e33bdbca986f55f401e (diff)
Add Rec. 709 colour conversion preset using Wolfgang Woehl's matrix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 36200ef42..059ba44e3 100644
--- a/cscript
+++ b/cscript
@@ -4,7 +4,7 @@ import os
def dependencies(target):
return (('ffmpeg-cdist', 'b1219246a0cce9a4b916669d506bb33c925225c3'),
- ('libdcp', '4e2ee891c692f656d6866dfa5e0cfc47fab5cb90'))
+ ('libdcp', 'c7f48dfbf82e5233bc8cfc79c5ed057c41d7ba15'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()