Re: How to compile dhahelper.sys ?

Milen Manev <[email protected]> Sat, 9 May 2009 15:29:25 +0300
Newsgroups gmane.comp.video.mplayer.cygwin
Message-ID <[email protected]>
To compile dhasetup.exe and dhahelper.sys do:
make dhahelperwin
Only change
#include <ntverp.h>
to
#include "ntverp.h"
in \vidix\dhahelperwin\dhahelper.rc

You do not need --enable-dhahelper.
I think --with-vidix-drivers=* is set on default, so you do not need
ot specify it on ./configure

To install dhahelper.sys do:
dhasetup install
Take in mind that dhahelper.sys must be in the same folder as dhasetup.exe.

-- 
Milen Manev