mirror of
https://github.com/mpv-player/mpv
synced 2025-03-18 17:40:30 +00:00
until configure can distinguish between supported and unsupported
dvdnav versions, it should be disabled by default! besides, the code is incomplete and broken. if you want it enabled commit a real fix. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9063 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a83f14cffd
commit
76d3586efa
4
configure
vendored
4
configure
vendored
@ -155,7 +155,7 @@ Optional features:
|
||||
--disable-streaming disable network streaming support
|
||||
(support for: http/mms/rtp) [enable]
|
||||
--enable-live enable LIVE.COM Streaming Media support [disable]
|
||||
--disable-dvdnav Disable dvdnav support [autodetect]
|
||||
--enable-dvdnav Disable dvdnav support [disable]
|
||||
--disable-dvdread Disable libdvdread support [autodetect]
|
||||
--disable-mpdvdkit Disable mpdvdkit/mpdvdkit2 support [autodetect]
|
||||
--disable-css Disable old-style libcss DVD support [autodetect]
|
||||
@ -998,7 +998,7 @@ _tremor=no
|
||||
_faad=auto
|
||||
_xmms=no
|
||||
_css=auto
|
||||
_dvdnav=yes
|
||||
_dvdnav=no
|
||||
_dvdread=auto
|
||||
_dvdkit=auto
|
||||
_xanim=auto
|
||||
|
Loading…
Reference in New Issue
Block a user