summaryrefslogtreecommitdiffstats
path: root/build/features.py
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2020-01-15 22:26:55 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2020-01-17 23:48:30 +0100
commit170f27476562525ddeeea844233d844896c987c6 (patch)
tree5c63862a622cb8acd3adbdb5649950e642d67973 /build/features.py
parent7600c12c71d8254de754abb0e9e6ef23b806dbee (diff)
Bump minimum shoutcast version to 2.4.4, because 2.4.3 is still affected from: lp1833225
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 b6cdfc6fa0..048189a6ac 100644
--- a/build/features.py
+++ b/build/features.py
@@ -839,7 +839,7 @@ class LiveBroadcasting(Feature):
# https://bugs.launchpad.net/mixxx/+bug/1833225
if not conf.CheckForPKG('shout', '2.4.4'):
if conf.CheckForPKG('shout', '2.4.2'):
- print("System's libshout 2.4.2 suffers lp1833225, using internal shout_mixxx")
+ print("System's libshout 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")