From fdbceb63b9844f931107382fc063783519669bb1 Mon Sep 17 00:00:00 2001 From: nicodvb Date: Sun, 18 Nov 2007 16:19:03 +0000 Subject: [PATCH] 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) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25099 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/dvdnav-howto.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DOCS/tech/dvdnav-howto.txt b/DOCS/tech/dvdnav-howto.txt index ace8bb6a10..98de47f499 100644 --- a/DOCS/tech/dvdnav-howto.txt +++ b/DOCS/tech/dvdnav-howto.txt @@ -20,7 +20,9 @@ $ ./configure2 && make 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