Mercurial > mplayer.hg
changeset 25071:a961cea10603
warn users to disable dvdread internal (at least for the moment: there's
something that prevents the correct identification of languages that I don't
have time to investigate right now)
author | nicodvb |
---|---|
date | Sun, 18 Nov 2007 16:19:03 +0000 |
parents | 60b34bf9a41e |
children | 6c3f9215d606 |
files | DOCS/tech/dvdnav-howto.txt |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/tech/dvdnav-howto.txt Sun Nov 18 15:48:20 2007 +0000 +++ b/DOCS/tech/dvdnav-howto.txt Sun Nov 18 16:19:03 2007 +0000 @@ -20,7 +20,9 @@ install it as root with $ make install -Cd to MPlyer's source tree and run ./configure with your preferred parameters. +Cd to MPlyer's source tree and configure mplayer with the following command: +$ ./configure --disable-dvdread-internal +followed by your preferred parameters. After ./configure is run it should say that support for dvdnav and dvdread was enabled, otherwise investigate in configure.log the sections relative to the two libraries and try to understand what went wrong; if you can't solve the problem yourself