summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-03-15 23:39:25 +0000
committerCarl Hetherington <cth@carlh.net>2017-04-19 23:04:32 +0100
commitfe99d14e3047e9302e94db372923c92291016f1c (patch)
tree7a826e545927e576794af532fb403506f33603a7 /cscript
parent81301e260bad6944a75b3d20c1be4f2ff9929db7 (diff)
First bits of audio support.
Diffstat (limited to 'cscript')
-rw-r--r--cscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/cscript b/cscript
index 1b87b5463..e3d36e78a 100644
--- a/cscript
+++ b/cscript
@@ -272,6 +272,7 @@ def dependencies(target):
return (('ffmpeg-cdist', 'c7df8d5', ffmpeg_options),
('libdcp', 'a3032f3'),
('libsub', 'a04f1d5'))
+ ('rtaudio-cdist', None))
def configure_options(target):
opt = ''