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:
Ricardo Constantino 2017-04-07 16:26:02 +01:00
parent eb83ee4a4a
commit aa4b0e319b
No known key found for this signature in database
GPG Key ID: EFD16019AE4FF531
1 changed files with 2 additions and 2 deletions

View File

@ -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,
}, {