# HG changeset patch # User rfelker # Date 1043216510 0 # Node ID a1b32d3b4f77a0dfec8420a0c8b61e61ecb5aeda # Parent b840039be0573a20256411357e770ad25115cfc1 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. diff -r b840039be057 -r a1b32d3b4f77 configure --- a/configure Wed Jan 22 01:25:37 2003 +0000 +++ b/configure Wed Jan 22 06:21:50 2003 +0000 @@ -155,7 +155,7 @@ --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 @@ _faad=auto _xmms=no _css=auto -_dvdnav=yes +_dvdnav=no _dvdread=auto _dvdkit=auto _xanim=auto