summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-08 17:43:24 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-08 17:43:24 +0000
commitbc3eef574caa503ded81e984b6152a1b032f8796 (patch)
treeec9bd47b52b2d6d233bc19d42bb7d87ff9bfd909 /DOCS
parent4686d067781811ef2745c4f8497c083aacda1645 (diff)
downloadmpv-bc3eef574caa503ded81e984b6152a1b032f8796.tar.bz2
mpv-bc3eef574caa503ded81e984b6152a1b032f8796.tar.xz
libdha is no more.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23271 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/ports.xml2
-rw-r--r--DOCS/xml/en/video.xml8
2 files changed, 5 insertions, 5 deletions
diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml
index 9a9451ab14..aad067baa1 100644
--- a/DOCS/xml/en/ports.xml
+++ b/DOCS/xml/en/ports.xml
@@ -601,7 +601,7 @@ DirectX 7 or later installed for the DirectX video output driver to work.
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>
diff --git a/DOCS/xml/en/video.xml b/DOCS/xml/en/video.xml
index c9acd8a1c0..f6c638d930 100644
--- a/DOCS/xml/en/video.xml
+++ b/DOCS/xml/en/video.xml
@@ -1546,14 +1546,14 @@ Alternatively, you can use a special kernel module, like this:
</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>