Mercurial > mplayer.hg
changeset 26899:f655c49adce7
dhasetup.exe can be created via make instead of calling gcc directly.
author | diego |
---|---|
date | Fri, 30 May 2008 18:38:53 +0000 |
parents | d9d4de238430 |
children | 9ae10ac43d8c |
files | DOCS/xml/en/ports.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/ports.xml Fri May 30 18:03:36 2008 +0000 +++ b/DOCS/xml/en/ports.xml Fri May 30 18:38:53 2008 +0000 @@ -604,7 +604,7 @@ 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.