mirror of
https://github.com/mpv-player/mpv
synced 2025-01-12 09:59:44 +00:00
libcss typos corrected (ehh, LGB:)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@837 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3d8118dcb7
commit
726baf09f3
14
DOCS/DVD
14
DOCS/DVD
@ -14,22 +14,22 @@ This means current DVD functions are mainly for developers and not for users!
|
||||
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
|
||||
|
@ -14,17 +14,18 @@ Ez egyben azt is jelenti, hogy a jelenleg l
|
||||
MPlayer fordítása libcss támogatással
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Először fordítsd le és installáld a libcss-t.
|
||||
Utána fordítsd újra az MPlayer-t ezekkel az opciókkal:
|
||||
Utána fordítsd újra az MPlayer-t, hogy beleforduljon a libcss tamogatas is.
|
||||
Ha nem teszi ezt automatikusan, akkor probald igy :
|
||||
|
||||
./configure --enable-css --withcsslibdir=/usr/local/lib --withcssincidr=/usr/local/include
|
||||
./configure --enable-css --withcsslibdir=/usr/local/lib --withcssincdir=/usr/local/include
|
||||
|
||||
(természetesen beírhatod a saját opcióidat is)
|
||||
|
||||
--withcsslibdir=/usr/local/lib
|
||||
--with-csslibdir=/usr/local/lib
|
||||
Ez a könyvtár tartalmazza a libcss.so-t. Jó, ha benne van az
|
||||
/etc/ld.so.conf-ban is.
|
||||
|
||||
--withcssindfir=/usr/local/include
|
||||
--with-cssincdir=/usr/local/include
|
||||
Ez tartalmazza a 'css.h' header file-t.
|
||||
|
||||
MEGJ.: Jelenleg nincs automatikus detektálás a libcss-hez! Ezeket az opciókat
|
||||
|
Loading…
Reference in New Issue
Block a user