asdcplib now suffixed with -carl not -cth.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index cf1f65a84fd9b0046ce5eea32aebb87d97ad884a..dc1dc261d3a701bd48c8c85a0d57c90ae7f4c963 100644 (file)
--- a/cscript
+++ b/cscript
@@ -349,7 +349,7 @@ def dependencies(target):
 
     deps.append(('libdcp', None))
     deps.append(('libsub', None))
-    deps.append(('rtaudio-cdist', None))
+    deps.append(('rtaudio', 'carl'))
 
     return deps
 
@@ -443,7 +443,7 @@ def build(target, options):
                        'build-commands': [
                            './waf configure --prefix=/app  --libdir=/app/lib build install'
                        ],
-                       'sources': [{'type': 'dir', 'path': os.path.abspath('../asdcplib-cth')}]})
+                       'sources': [{'type': 'dir', 'path': os.path.abspath('../asdcplib-carl')}]})
        modules.append({'name': 'locked_sstream',
                        'buildsystem': 'simple',
                        'build-commands': [