summaryrefslogtreecommitdiffstats
path: root/build/features.py
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2019-01-09 23:08:34 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2019-01-09 23:08:34 +0100
commit2ddc30fbfdda13fb543c389faf83ac00b507553b (patch)
treeac37047e41c5e8a007fb02998eb5e5ad7ef2b53f /build/features.py
parent28f902e0c1e16779062cab9fee3e137bf8a32d19 (diff)
parentbf305aa6368e20a0f9a5423ca5e2bfe9c6119482 (diff)
Merge branch 'engine_function_pointer_connections' of https://github.com/Be-ing/mixxx
Diffstat (limited to 'build/features.py')
-rw-r--r--build/features.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/features.py b/build/features.py
index 495a25e114..dfdec44f77 100644
--- a/build/features.py
+++ b/build/features.py
@@ -318,7 +318,7 @@ class VinylControl(Feature):
'src/vinylcontrol/vinylcontrolmanager.cpp',
'src/vinylcontrol/vinylcontrolprocessor.cpp',
'src/vinylcontrol/steadypitch.cpp',
- 'src/engine/vinylcontrolcontrol.cpp', ]
+ 'src/engine/controls/vinylcontrolcontrol.cpp', ]
if build.platform_is_windows:
sources.append("lib/xwax/timecoder_win32.cpp")
sources.append("lib/xwax/lut_win32.cpp")