summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-31 12:51:38 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-31 12:51:38 +0000
commit71628d29e197458a7bacf5c622645cedcaabfc29 (patch)
tree76daea95ba1b3443dc27cb1f31360130a0bd5fb8 /DOCS
parent74aa81596cecae105d6442452d2cf5b164b878d2 (diff)
downloadmpv-71628d29e197458a7bacf5c622645cedcaabfc29.tar.bz2
mpv-71628d29e197458a7bacf5c622645cedcaabfc29.tar.xz
warn to always disable the internal dvdread; still menus are supported now
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26937 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/dvdnav-howto.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/DOCS/tech/dvdnav-howto.txt b/DOCS/tech/dvdnav-howto.txt
index 005a85cd00..ef92110325 100644
--- a/DOCS/tech/dvdnav-howto.txt
+++ b/DOCS/tech/dvdnav-howto.txt
@@ -21,13 +21,14 @@ $ make install
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).