[MPlayer-cvslog] r27047 - trunk/DOCS/tech/dvdnav-howto.txt

nicodvb subversion at mplayerhq.hu
Tue Jun 10 18:11:33 CEST 2008


Author: nicodvb
Date: Tue Jun 10 18:11:33 2008
New Revision: 27047

Log:
libdvdnav need libdvdread from the same repository

Modified:
   trunk/DOCS/tech/dvdnav-howto.txt

Modified: trunk/DOCS/tech/dvdnav-howto.txt
==============================================================================
--- trunk/DOCS/tech/dvdnav-howto.txt	(original)
+++ trunk/DOCS/tech/dvdnav-howto.txt	Tue Jun 10 18:11:33 2008
@@ -9,7 +9,15 @@ $ rm -rf /usr/lib/libdvdnav* /usr/lib/li
          /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



More information about the MPlayer-cvslog mailing list