mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
1c05db4406
commit
fdbceb63b9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue