summaryrefslogtreecommitdiffstats
path: root/DOCS/tech
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-18 16:19:03 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-18 16:19:03 +0000
commitfdbceb63b9844f931107382fc063783519669bb1 (patch)
tree23f71a8101a6e3c8be7eaaffada4d3b5d6898c79 /DOCS/tech
parent1c05db440674a01d75abf2cd1c42cc368bd11147 (diff)
downloadmpv-fdbceb63b9844f931107382fc063783519669bb1.tar.bz2
mpv-fdbceb63b9844f931107382fc063783519669bb1.tar.xz
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
Diffstat (limited to 'DOCS/tech')
-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