sync setting page service status

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2022-10-20 09:21:02 +08:00
parent 4a2307de2f
commit c2287214f8
3 changed files with 21 additions and 20 deletions

View File

@@ -71,7 +71,7 @@ def make_parser():
parser.add_argument(
'--hwcodec',
action='store_true',
help='Enable feature hwcodec'
help='Enable feature hwcodec' + ('' if windows or osx else ', need libva-dev, libvdpau-dev.')
)
parser.add_argument(
'--portable',