diff DOCS/DVD @ 836:3f2f84f55156

libcss typos corrected (ehh, LGB:)
author gabucino
date Fri, 18 May 2001 19:50:42 +0000
parents 34c1a9fb631b
children 655441d69aaa
line wrap: on
line diff
--- a/DOCS/DVD	Fri May 18 19:23:36 2001 +0000
+++ b/DOCS/DVD	Fri May 18 19:50:42 2001 +0000
@@ -14,22 +14,22 @@
 Building MPlayer with libcss support
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 First, you must compile and install libcss on your system.
-Second, you must call ./configure script of MPlayer with these options:
+Second, you have to recompile MPlayer with libcss support. There is
+autodetection of libcss, but if it fails, see below :
 
-./configure --enable-css --withcsslibdir=/usr/local/lib --withcssincidr=/usr/local/include
+Call ./configure script of MPlayer with these options:
+
+./configure --enable-css --withcsslibdir=/usr/local/lib --withcssincdir=/usr/local/include
 
 (of course you can append your favourite options as well)
 
---withcsslibdir=/usr/local/lib
+--with-csslibdir=/usr/local/lib
 	Directory contains libcss.so shared library. This directory should
 	be in your /etc/ld.so.conf as well.
 	
---withcssindfir=/usr/local/include
+--with-cssincdir=/usr/local/include
 	Directory contains header file 'css.h' of libcss.
 
-NOTE: Currently there is no autodetection for libcss! You MUST specify it with
-configure options.
-
 Viewing VOB files directly from DVD
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 mplayer -dvd /dev/dvd /mnt/cdrom/video_ts/vts_01_1.vob