changeset 32652:5603f446c2d4

Remove dvdnav-howto.txt, it is unnecessary and contains no information at all that is still useful. It actually suggests commands that seem to cause MPlayer to fail to compile.
author reimar
date Fri, 31 Dec 2010 16:13:47 +0000
parents 6eaa0d19ac10
children 5f92bf78a2c2
files DOCS/tech/dvdnav-howto.txt
diffstat 1 files changed, 0 insertions(+), 42 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/dvdnav-howto.txt	Fri Dec 31 16:04:57 2010 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +0,0 @@
-How to compile MPlayer with support for dvdnav:
-
-Since the versions of dvdnav and dvdread generally shipped with most Linux
-distributions are outdated and unmaintained remove any traces of dvdnav and
-dvdread from your computer (something like the command below should suffice):
-$ rm -rf /usr/lib/libdvdnav* /usr/lib/libdvdread* /usr/include/dvdnav* \
-         /usr/include/dvdread* /usr/local/lib/libdvdnav* \
-         /usr/local/lib/libdvdread* /usr/local/include/dvdnav* \
-         /usr/local/include/dvdread* /usr/bin/dvdnav-config \
-         /usr/local/bin/dvdnav-config
-
-Now download dvdnav from MPHQ libdvdread and libdvdnav (in this order) :
-$ svn co svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdread libdvdread
-$ cd libdvdread
-$ ./autogen.sh && ./configure && make
-(or, if you feel brave and want to help us improve the new build system)
-$ ./configure2 && make
-install it as root with
-$ make install
-
-$ svn co svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdnav libdvdnav
-$ cd libdvdnav
-$ ./autogen.sh && ./configure && make
-(or, if you feel brave and want to help us improve the new build system)
-$ ./configure2 && make
-install it as root with
-$ make install
-
-From within the MPlayer source tree run
-$ ./configure --disable-dvdread-internal
-followed by your preferred parameters.
-Be warned that you *MUST* disable MPlayer's internal copy of dvdread or something
-- most likely - won't work as expected (if at all).
-After configure is run it should say that support for dvdnav and dvdread was
-enabled. If not, investigate the dvdnav and dvdread sections in config.log
-and try to understand what went wrong. If you can't solve the problem yourself
-post the two sections to mplayer-users.
-
-Notice: Audio and subtitle language selection by means of menus doesn't work yet.
-Nonetheless they can be switched as usual at any time during
-playback by pressing '#' and 'j' (or the keys you chose to override those two
-bindings).