summaryrefslogtreecommitdiffstats
path: root/build/features.py
diff options
context:
space:
mode:
authorRJ Skerry-Ryan <rryan@mixxx.org>2018-09-15 13:52:04 -0700
committerRJ Skerry-Ryan <rryan@mixxx.org>2018-09-15 16:50:08 -0700
commit2688c7dce8ba69b792ceffe822c30c70ec2d02c5 (patch)
tree86ddfdbbd408ae2f69f0ce7f8f7b2a51ed8be785 /build/features.py
parent8eb2539abb1c9da1e4d02bcf188b54ab23e87b71 (diff)
Migrate SoundSourceMediaFoundation from a plugin to a core SoundSource.
Now that Mixxx's minimum required version is Windows 7, we no longer need to make this an optional plugin for Windows Vista+.
Diffstat (limited to 'build/features.py')
-rw-r--r--build/features.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/features.py b/build/features.py
index 141b2f542d..dd19e2c6d2 100644
--- a/build/features.py
+++ b/build/features.py
@@ -282,6 +282,9 @@ class MediaFoundation(Feature):
raise Exception('Did not find Mfreadwrite.lib - exiting!')
build.env.Append(CPPDEFINES='__MEDIAFOUNDATION__')
+ def sources(self, build):
+ return ['sources/soundsourcemediafoundation.cpp']
+
class IPod(Feature):
def description(self):