summaryrefslogtreecommitdiffstats
path: root/DOCS/tech
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-06-17 02:18:10 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-06-17 05:04:32 +0300
commit68e70b3ec34af2e1002d17d0dc81b3408a399ade (patch)
treeb6b00fd57b24e713e0dc180b64d266b958df7daa /DOCS/tech
parentaf3fcdf2ded43e887bceed3a957b5cc4f7dbc2c6 (diff)
parentdcd0902bcdb1a62f4246cbfba48bd1b77841ceda (diff)
downloadmpv-68e70b3ec34af2e1002d17d0dc81b3408a399ade.tar.bz2
mpv-68e70b3ec34af2e1002d17d0dc81b3408a399ade.tar.xz
Merge svn changes up to r27092
Conflicts: libmpdemux/demuxer.c libvo/vo_xv.c mencoder.c
Diffstat (limited to 'DOCS/tech')
-rw-r--r--DOCS/tech/dvdnav-howto.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/DOCS/tech/dvdnav-howto.txt b/DOCS/tech/dvdnav-howto.txt
index ef92110325..fd6c2ea7b1 100644
--- a/DOCS/tech/dvdnav-howto.txt
+++ b/DOCS/tech/dvdnav-howto.txt
@@ -9,7 +9,15 @@ $ rm -rf /usr/lib/libdvdnav* /usr/lib/libdvdread* /usr/include/dvdnav* \
/usr/local/include/dvdread* /usr/bin/dvdnav-config \
/usr/local/bin/dvdnav-config
-Now download dvdnav from MPHQ (dvdnav includes its own version of dvdread):
+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