summaryrefslogtreecommitdiff
path: root/src/lib/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-07-02 01:32:54 +0100
committerCarl Hetherington <cth@carlh.net>2019-07-02 01:32:54 +0100
commite6c828cbd577239e7c8e4c532161084a33843a0f (patch)
tree2290dcdc341e47bcec5ed9f364be9f457b7bf3c0 /src/lib/wscript
parent8c0414a0dec9f444a80fc30c7be3bc82188446d4 (diff)
Add support for Datasat AP2x and USL sound processors when converting
fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
Diffstat (limited to 'src/lib/wscript')
-rw-r--r--src/lib/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/wscript b/src/lib/wscript
index c5a270f65..177a58b64 100644
--- a/src/lib/wscript
+++ b/src/lib/wscript
@@ -56,6 +56,7 @@ sources = """
cross.cc
crypto.cc
curl_uploader.cc
+ datasat_ap2x.cc
dcp.cc
dcp_content.cc
dcp_content_type.cc
@@ -164,6 +165,7 @@ sources = """
uploader.cc
upmixer_a.cc
upmixer_b.cc
+ usl.cc
util.cc
verify_dcp_job.cc
video_content.cc