mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 04:51:52 +00:00
build: move --cplayer to build options
This way it’s near to it’s libmpv counterparts
This commit is contained in:
parent
b4deba7cc9
commit
2658dc712d
9
wscript
9
wscript
@ -10,6 +10,11 @@ from waftools.checks.custom import *
|
||||
|
||||
build_options = [
|
||||
{
|
||||
'name': '--cplayer',
|
||||
'desc': 'mpv CLI player',
|
||||
'default': 'enable',
|
||||
'func': check_true
|
||||
}, {
|
||||
'name': '--libmpv-shared',
|
||||
'desc': 'shared library',
|
||||
'default': 'disable',
|
||||
@ -765,10 +770,6 @@ radio_and_tv_features = [
|
||||
|
||||
standalone_features = [
|
||||
{
|
||||
'name': '--cplayer',
|
||||
'desc': 'mpv CLI player',
|
||||
'func': check_true
|
||||
}, {
|
||||
'name': 'win32-executable',
|
||||
'desc': 'w32 executable',
|
||||
'deps_any': [ 'os-win32', 'os-cygwin'],
|
||||
|
Loading…
Reference in New Issue
Block a user