summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-30 18:38:53 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-30 18:38:53 +0000
commita961f8ee76115371bafd9beb23152db00da0512d (patch)
tree2f02d04bb2db6add8a3ba774bd0c63c944251686 /DOCS
parent6a131b0ddff5b81d13a7af04f13cdbe8946f0817 (diff)
downloadmpv-a961f8ee76115371bafd9beb23152db00da0512d.tar.bz2
mpv-a961f8ee76115371bafd9beb23152db00da0512d.tar.xz
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
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/ports.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml
index 78ca89cd6c..6842cbee18 100644
--- a/DOCS/xml/en/ports.xml
+++ b/DOCS/xml/en/ports.xml
@@ -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.