diff --git a/build/features.py b/build/features.py index 757beb9..887120d 100644 --- a/build/features.py +++ b/build/features.py @@ -784,8 +784,8 @@ class Shoutcast(Feature): if not self.enabled(build): return - libshout_found = conf.CheckLib(['libshout', 'shout']) - build.env.Append(CPPDEFINES='__SHOUTCAST__') + libshout_found = conf.CheckLib(['libshout2', 'shout2']) + build.env.Append(CPPDEFINES='__SHOUTCAST__', CPPPATH='/usr/include/shout2') if not libshout_found: raise Exception('Could not find libshout or its development headers. Please install it or compile Mixxx without Shoutcast support using the shoutcast=0 flag.')