mirror of
https://github.com/servo/servo.git
synced 2025-07-18 21:03:45 +01:00
Fix needs_gstreamer_env() signature
Use iterable default value for `features`.
This commit is contained in:
parent
a3ef594470
commit
528322cfed
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ class CommandBase(object):
|
|||
|
||||
return self.get_executable(destination_folder)
|
||||
|
||||
def needs_gstreamer_env(self, target, env, uwp=False, features=None):
|
||||
def needs_gstreamer_env(self, target, env, uwp=False, features=[]):
|
||||
if uwp:
|
||||
return False
|
||||
if "media-dummy" in features:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue