mirror of https://github.com/mpv-player/mpv
wscript: don't make dvdread-common an option
This just checks if dvdread or dvdnav are enabled so it can compile dvdread code. Change description to be clearer on what this does differently from --enable-dvdread.
This commit is contained in:
parent
eb83ee4a4a
commit
aa4b0e319b
4
wscript
4
wscript
|
@ -342,8 +342,8 @@ iconv support use --disable-iconv.",
|
|||
'dvdread', '>= 4.1.0'),
|
||||
'default': 'disable',
|
||||
}, {
|
||||
'name': '--dvdread-common',
|
||||
'desc': 'common dvdread code',
|
||||
'name': 'dvdread-common',
|
||||
'desc': 'DVD/IFO support',
|
||||
'deps_any': [ 'dvdread', 'dvdnav' ],
|
||||
'func': check_true,
|
||||
}, {
|
||||
|
|
Loading…
Reference in New Issue