diff options
author | Gabrov <Gabrov@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-05-27 11:28:05 +0000 |
---|---|---|
committer | Gabrov <Gabrov@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-05-27 11:28:05 +0000 |
commit | c29212f8ea922534ff95e8ff29e6adf322210ca7 (patch) | |
tree | a4bff48adf3d20dc5009b95f0019022bb2a0a2f2 /DOCS | |
parent | 526b6a61ad9f03329177aa16910185b4dafc7426 (diff) | |
download | mpv-c29212f8ea922534ff95e8ff29e6adf322210ca7.tar.bz2 mpv-c29212f8ea922534ff95e8ff29e6adf322210ca7.tar.xz |
synced with r23388
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23389 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/xml/hu/mencoder.xml | 4 | ||||
-rw-r--r-- | DOCS/xml/hu/ports.xml | 4 | ||||
-rw-r--r-- | DOCS/xml/hu/video.xml | 11 |
3 files changed, 10 insertions, 9 deletions
diff --git a/DOCS/xml/hu/mencoder.xml b/DOCS/xml/hu/mencoder.xml index fd1705e27b..7db9fae7b5 100644 --- a/DOCS/xml/hu/mencoder.xml +++ b/DOCS/xml/hu/mencoder.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- synced with r22129 --> +<!-- synced with r23342 --> <chapter id="mencoder"> <title>A <application>MEncoder</application> használatának alapjai</title> @@ -248,7 +248,7 @@ fájl lejátszható-e más lejátszókkal is az <application>MPlayer</application>-en kívül. </para> -<example> +<example id="encode_to_macromedia_flash_format"> <title>kódolás Macromedia Flash formátumba</title> <para> Egy Macromedia Flash videó létrehozása, mely lejátszható web böngészőben diff --git a/DOCS/xml/hu/ports.xml b/DOCS/xml/hu/ports.xml index 4987205115..7ae672097a 100644 --- a/DOCS/xml/hu/ports.xml +++ b/DOCS/xml/hu/ports.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- synced with r23161 --> +<!-- synced with r23271 --> <chapter id="ports" xreflabel="Ports"> <title>Portok</title> @@ -601,7 +601,7 @@ a <option>-vo winvidix</option> kapcsolóval, bár még kisérleti fázisban van és egy kis kézi állítgatás kell hozzá. Töltsd le a <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32/dhahelperwin/dhahelper.sys">dhahelper.sys</ulink> vagy <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32/dhahelperwin/withmtrr/dhahelper.sys">dhahelper.sys (MTRR támogatással)</ulink> -fájlt és másold be a <filename class="directory">libdha/dhahelperwin</filename> könyvtárba +fájlt és másold be a <filename class="directory">vidix/dhahelperwin</filename> könyvtárba az <application>MPlayer</application> forrás fádban. Nyisd meg a konzolt és válts át erre a könyvtárra, majd írd be <screen>gcc -o dhasetup.exe dhasetup.c</screen> diff --git a/DOCS/xml/hu/video.xml b/DOCS/xml/hu/video.xml index b0d289abe1..fdde1efb31 100644 --- a/DOCS/xml/hu/video.xml +++ b/DOCS/xml/hu/video.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- synced with r22854 --> +<!-- synced with r23272 --> <chapter id="video"> <title>Videó kimeneti eszközök</title> @@ -1551,15 +1551,16 @@ Alternatívaként használhatsz egy speciális kernel modult, így: <filename class="directory">svgalib_helper</filename> könyvtárban rootként. </para></step> <step><para> - Mozgasd át az <filename class="directory">svgalib_helper</filename> könyvtárat az - <filename class="directory">mplayer/main/libdha/svgalib_helper</filename>-be. + Mozgasd át az <filename class="directory">svgalib_helper</filename> könyvtárat + a <filename class="directory">vidix</filename> alkönyvtárba az + <application>MPlayer</application> forrásfájában. </para></step> <step><para> Töröld a megjegyzést az "svgalib_helper"-t tartalmazó CFLAGS sor elől a - <filename class="directory">libdha/Makefile</filename>-ban. + <filename class="directory">vidix/Makefile</filename>-ban. </para></step> <step><para> - Fordítsd újra és telepítsd a libdha-t. + Forgass újra. </para></step> </procedure> |