Remove redundant cast.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 1b87b5463b6c89b723d371210d7bda9cf779882a..a41e788efd3bc01251c055304823313d48d3449d 100644 (file)
--- a/cscript
+++ b/cscript
@@ -271,7 +271,8 @@ def dependencies(target):
 
     return (('ffmpeg-cdist', 'c7df8d5', ffmpeg_options),
             ('libdcp', 'a3032f3'),
-            ('libsub', 'a04f1d5'))
+            ('libsub', 'a04f1d5'),
+            ('rtaudio-cdist', None))
 
 def configure_options(target):
     opt = ''