1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-12 09:59:44 +00:00

Add install-dhahelperwin target to simplify dhahelper installation on Windows.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26936 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-05-30 20:10:36 +00:00
parent 13d53795d9
commit 74aa81596c
2 changed files with 5 additions and 4 deletions

View File

@ -603,10 +603,8 @@ and needs a bit of manual setup. Download
<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">vidix/dhahelperwin</filename>
directory in your <application>MPlayer</application> source tree.
Open a console and change to that directory. Then type
<screen>make dhasetup.exe</screen>
and execute
<screen>dhasetup.exe install</screen>
Open a console and type
<screen>make install-dhahelperwin</screen>
as Administrator. After that you will have to reboot.
</para>

View File

@ -1029,6 +1029,9 @@ vidix/dhahelperwin/dhahelper.sys: vidix/dhahelperwin/temp.exp vidix/dhahelperwin
vidix/dhahelperwin/dhahelper-rc.o -lntoskrnl
strip $@
install-dhahelperwin:
vidix/dhahelperwin/dhasetup.exe install
dhahelperwinclean:
rm -f $(addprefix vidix/dhahelperwin/,*.o *~ dhahelper.sys dhasetup.exe base.tmp temp.exp)