comparison DOCS/DVD @ 836:3f2f84f55156

libcss typos corrected (ehh, LGB:)
author gabucino
date Fri, 18 May 2001 19:50:42 +0000
parents 34c1a9fb631b
children 655441d69aaa
comparison
equal deleted inserted replaced
835:8d3cdb4c1caf 836:3f2f84f55156
12 This means current DVD functions are mainly for developers and not for users! 12 This means current DVD functions are mainly for developers and not for users!
13 13
14 Building MPlayer with libcss support 14 Building MPlayer with libcss support
15 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 15 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16 First, you must compile and install libcss on your system. 16 First, you must compile and install libcss on your system.
17 Second, you must call ./configure script of MPlayer with these options: 17 Second, you have to recompile MPlayer with libcss support. There is
18 autodetection of libcss, but if it fails, see below :
18 19
19 ./configure --enable-css --withcsslibdir=/usr/local/lib --withcssincidr=/usr/local/include 20 Call ./configure script of MPlayer with these options:
21
22 ./configure --enable-css --withcsslibdir=/usr/local/lib --withcssincdir=/usr/local/include
20 23
21 (of course you can append your favourite options as well) 24 (of course you can append your favourite options as well)
22 25
23 --withcsslibdir=/usr/local/lib 26 --with-csslibdir=/usr/local/lib
24 Directory contains libcss.so shared library. This directory should 27 Directory contains libcss.so shared library. This directory should
25 be in your /etc/ld.so.conf as well. 28 be in your /etc/ld.so.conf as well.
26 29
27 --withcssindfir=/usr/local/include 30 --with-cssincdir=/usr/local/include
28 Directory contains header file 'css.h' of libcss. 31 Directory contains header file 'css.h' of libcss.
29
30 NOTE: Currently there is no autodetection for libcss! You MUST specify it with
31 configure options.
32 32
33 Viewing VOB files directly from DVD 33 Viewing VOB files directly from DVD
34 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
35 mplayer -dvd /dev/dvd /mnt/cdrom/video_ts/vts_01_1.vob 35 mplayer -dvd /dev/dvd /mnt/cdrom/video_ts/vts_01_1.vob
36 36