summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2020-03-21 11:28:54 +0100
committerUwe Klotz <uklotz@mixxx.org>2020-03-30 11:32:18 +0200
commit829ec47831e22bb0afae953faaafd59e24aca608 (patch)
tree11a47e7052ead4ceac7b7cb038d10d3a589049d9 /build
parent6e66413614e1f8e5bdd0661bfa1350cea10f35d5 (diff)
Add types for properties of PCM audio signals and streams
Diffstat (limited to 'build')
-rw-r--r--build/depends.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/depends.py b/build/depends.py
index cc6572f845..0f11432197 100644
--- a/build/depends.py
+++ b/build/depends.py
@@ -902,6 +902,10 @@ class MixxxCore(Feature):
"src/analyzer/plugins/analyzerqueenmarykey.cpp",
"src/analyzer/plugins/buffering_utils.cpp",
+ "src/audio/types.cpp",
+ "src/audio/signalinfo.cpp",
+ "src/audio/streaminfo.cpp",
+
"src/controllers/controller.cpp",
"src/controllers/controllerdebug.cpp",
"src/controllers/controllerengine.cpp",