summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-22 06:21:50 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-22 06:21:50 +0000
commit76d3586efae6e4cd8c42afd7c9b0ddbfe1556e73 (patch)
tree55cee54ceb90c55a7f94cddb480f708d37d60803 /configure
parenta83f14cffd0ba5f8cd55d4097c7b67b96ac28bfe (diff)
downloadmpv-76d3586efae6e4cd8c42afd7c9b0ddbfe1556e73.tar.bz2
mpv-76d3586efae6e4cd8c42afd7c9b0ddbfe1556e73.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 53c21b5ba9..fabc5132df 100755
--- a/configure
+++ b/configure
@@ -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