# HG changeset patch # User nicodvb # Date 1212238298 0 # Node ID 2d8a08e5330f08f956c8e5c99d8683aa68e705c1 # Parent b4a743e6d17dcc95eb7488fe3dcaf33ef84e9b8e warn to always disable the internal dvdread; still menus are supported now diff -r b4a743e6d17d -r 2d8a08e5330f DOCS/tech/dvdnav-howto.txt --- a/DOCS/tech/dvdnav-howto.txt Fri May 30 20:10:36 2008 +0000 +++ b/DOCS/tech/dvdnav-howto.txt Sat May 31 12:51:38 2008 +0000 @@ -21,13 +21,14 @@ From within the MPlayer source tree run $ ./configure --disable-dvdread-internal followed by your preferred parameters. +Be warned that you *MUST* disable MPlayer's internal copy of dvdread or something +- most likely - won't work as expected (if at all). After configure is run it should say that support for dvdnav and dvdread was enabled. If not, investigate the dvdnav and dvdread sections in configure.log and try to understand what went wrong. If you can't solve the problem yourself post the two sections to mplayer-users. -Notice: Animated menus are working, but still menus and still scenes are not -yet supported. Also, audio and subtitle language selection by means of menus -doesn't work yet. Nonetheless they can be switched as usual at any time during +Notice: Audio and subtitle language selection by means of menus doesn't work yet. +Nonetheless they can be switched as usual at any time during playback by pressing '#' and 'j' (or the keys you chose to override those two bindings).