dhasetup.exe can be created via make instead of calling gcc directly.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26931 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-05-30 18:38:53 +00:00
parent 6a131b0ddf
commit a961f8ee76
1 changed files with 1 additions and 1 deletions

View File

@ -604,7 +604,7 @@ and needs a bit of manual setup. Download
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>
<screen>make dhasetup.exe</screen>
and execute
<screen>dhasetup.exe install</screen>
as Administrator. After that you will have to reboot.