Skip to content

Commit

Permalink
default shoutcast_internal to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Dec 6, 2019
1 parent f4bdf10 commit 275cdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ def enabled(self, build):

def add_options(self, build, vars):
vars.Add('shoutcast', 'Set to 1 to enable live broadcasting support', 1)
vars.Add('shoutcast_internal', 'Set to 1 to use internal libshout', 1)
vars.Add('shoutcast_internal', 'Set to 1 to use internal libshout', 0)

def configure(self, build, conf):
if not self.enabled(build):
Expand Down

0 comments on commit 275cdf9

Please sign in to comment.