summaryrefslogtreecommitdiffstats
path: root/build/features.py
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2019-12-06 20:09:29 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2019-12-06 20:09:29 +0100
commit62b9670a23ab6c0e7234debcb5b485bc114d4532 (patch)
tree436bf0022ca3254a7f6eae5fec3e811c78c64822 /build/features.py
parent552db7ffe2f5db91fce008a6d4e691f24bad6d18 (diff)
remove trailing white spaces
Diffstat (limited to 'build/features.py')
-rw-r--r--build/features.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/build/features.py b/build/features.py
index d9245010b4..caf6ff6396 100644
--- a/build/features.py
+++ b/build/features.py
@@ -819,18 +819,18 @@ class LiveBroadcasting(Feature):
return
build.env.Append(CPPDEFINES='__BROADCAST__')
-
- build.flags['shoutcast_internal'] = util.get_flags(build.env, 'shoutcast_internal', 0)
+
+ build.flags['shoutcast_internal'] = util.get_flags(build.env, 'shoutcast_internal', 0)
if build.platform_is_linux and not int(build.flags['shoutcast_internal']):
- # Check if system lib is lower 2.4.2 or 2.4.3 and not suffering bug
+ # Check if system lib is lower 2.4.2 or 2.4.3 and not suffering bug
# https://bugs.launchpad.net/mixxx/+bug/1833225
if not conf.CheckForPKG('shout', '2.4.3'):
if conf.CheckForPKG('shout', '2.4.2'):
print("System's libshout 2.4.2 suffers lp1833225, using internal shout_mixxx")
build.flags['shoutcast_internal'] = 1
else:
- print("(no) here is fine here we just don't want 2.4.2")
-
+ print("(no) here is fine here we just don't want 2.4.2")
+
if int(build.flags['shoutcast_internal']):
build.env.Append(CPPPATH='include')
build.env.Append(CPPPATH='src')