1
mirror of https://github.com/mpv-player/mpv synced 2024-10-30 04:46:41 +01:00

libdha is no more.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23271 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-05-08 17:43:24 +00:00
parent 4686d06778
commit bc3eef574c
2 changed files with 5 additions and 5 deletions

View File

@ -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>

View File

@ -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>