Author: diego Date: Fri May 30 20:38:53 2008 New Revision: 26931 Log: dhasetup.exe can be created via make instead of calling gcc directly.
Modified: trunk/DOCS/xml/en/ports.xml Modified: trunk/DOCS/xml/en/ports.xml ============================================================================== --- trunk/DOCS/xml/en/ports.xml (original) +++ trunk/DOCS/xml/en/ports.xml Fri May 30 20:38:53 2008 @@ -604,7 +604,7 @@ and needs a bit of manual setup. Downloa 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. _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
