Mercurial > mplayer.hg
changeset 23253:aeef449e5923
libdha is no more.
author | diego |
---|---|
date | Tue, 08 May 2007 17:43:24 +0000 |
parents | 2b0d0b73bea2 |
children | a54bbe610410 |
files | DOCS/xml/en/ports.xml DOCS/xml/en/video.xml |
diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/ports.xml Tue May 08 17:40:34 2007 +0000 +++ b/DOCS/xml/en/ports.xml Tue May 08 17:43:24 2007 +0000 @@ -601,7 +601,7 @@ and needs a bit of manual setup. Download <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32/dhahelperwin/dhahelper.sys">dhahelper.sys</ulink> or <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32/dhahelperwin/withmtrr/dhahelper.sys">dhahelper.sys (with MTRR support)</ulink> -and copy it to the <filename class="directory">libdha/dhahelperwin</filename> +and copy it to the <filename class="directory">vidix/dhahelperwin</filename> directory in your <application>MPlayer</application> source tree. Open a console and change to that directory. Then type <screen>gcc -o dhasetup.exe dhasetup.c</screen>
--- a/DOCS/xml/en/video.xml Tue May 08 17:40:34 2007 +0000 +++ b/DOCS/xml/en/video.xml Tue May 08 17:43:24 2007 +0000 @@ -1546,14 +1546,14 @@ </para></step> <step><para> Move the <filename class="directory">svgalib_helper</filename> directory to - <filename class="directory">mplayer/main/libdha/svgalib_helper</filename>. -</para></step> + the <filename class="directory">vidix</filename> subdirectory of the + <application>MPlayer</application> source tree. <step><para> Remove the comment before the CFLAGS line containing the "svgalib_helper" - string from the <filename class="directory">libdha/Makefile</filename>. + string from <filename class="directory">vidix/Makefile</filename>. </para></step> <step><para> - Recompile and install libdha. + Recompile. </para></step> </procedure>