summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/tech/dvdnav-howto.txt4
1 files changed, 3 insertions, 1 deletions
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