summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript10
1 files changed, 10 insertions, 0 deletions
diff --git a/cscript b/cscript
index 2e09d2bcd..f2b898d52 100644
--- a/cscript
+++ b/cscript
@@ -47,3 +47,13 @@ def make_manual():
os.chdir('doc/manual')
command('make')
return [os.path.abspath('pdf'), os.path.abspath('html')]
+
+def dependencies():
+ return (('libdcp', 'v0.43',
+ ('ffmpeg', '8d0757e1079f588ed69f629e2d1a4d5f232dc298')
+ ('openjpeg', ''))
+
+def build(prefix):
+ depends('libdcp', 'v0.43')
+ depends('ffmpeg', '
+ depends('openjpeg')