summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2013-12-31 04:12:51 -0500
committerRJ Ryan <rryan@mixxx.org>2013-12-31 04:12:51 -0500
commit9718ef7c2dd43585793048d229d58d71094cc3f8 (patch)
treeaa430092057e7fb6fe551ed4d09753ec246ef7c7 /SConstruct
parente6eac535a0510e74a64c66fdae26db2a5c4e2d0d (diff)
Remove 'hifieq' SCons option.
The EQ type is toggle-able at runtime now so it doesn't make sense to keep this build option.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 1 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 19e35c1244..d439687f68 100644
--- a/SConstruct
+++ b/SConstruct
@@ -32,8 +32,7 @@ machine = ARGUMENTS.get('machine', None)
build_type = ARGUMENTS.get('build', None)
toolchain = ARGUMENTS.get('toolchain', None)
-available_features = [features.HifiEq,
- features.Mad,
+available_features = [features.Mad,
features.CoreAudio,
features.MediaFoundation,
features.HSS1394,