mirror of
https://github.com/servo/servo.git
synced 2025-07-18 21:03:45 +01:00
Implement ./mach check --media-stack
While at it, extract --media-stack flag into command_base.py.
This commit is contained in:
parent
ba3169e65d
commit
d641585679
4 changed files with 26 additions and 10 deletions
|
@ -792,6 +792,12 @@ install them, let us know by filing a bug!")
|
|||
default=None,
|
||||
help='Cross compile for given target platform',
|
||||
),
|
||||
CommandArgument(
|
||||
'--media-stack',
|
||||
default=None,
|
||||
choices=["gstreamer", "dummy"],
|
||||
help='Which media stack to use',
|
||||
),
|
||||
CommandArgument(
|
||||
'--android',
|
||||
default=None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue