To compile: you will, of course, need the AviSynth source plus these 4 libraries:
	OMF Developer Libraries
		http://www.aafassociation.org/download/dev/OMF.zip
	libmpeg2
		http://libmpeg2.sourceforge.net/
	Cedocida DV Codec
		http://www-user.rhrk.uni-kl.de/~dittrich/cedocida/
	jpegsrc6b
		http://www.ijg.org/

The OMF Developer Libraries are already compiled as dynamic dlls with import libraries. 

Cedocida DV Codec, jpegsrc6b and libmpeg2 will need to be compiled.
They are used as static libraries.

The directory structure is setup as follows:

../../AviSynth/src
cedocidaDV
	cedocidaDV/ReleaseLib
jpeg
	jpeg/Release
mpeg2dec
	mpeg2dec/include
	mpeg2dec/vc++/Release
OMF/Include
OMF/portinc
OMF/WinLibs