Log in

View Full Version : compiling xvid


xming
15th March 2002, 23:54
Well here is my experience:

1. get the cvs source (thx Koepi)
2. install MSVS 6 + sp5 + processor pack
3. unpack the src somewhere
4. the src MIGHT got mix up with LF and LF/CR from Linux to windowsso you need to open the DSP and DSW file with wordpad and save them again
5. compile xvidcore then vfw and dshow
6. for dshow you need the directx sdk too (I haven't try this)

I tried with ms compiler and intel compiler, and indeed they seem to be at the same speed but Intel's produces much lager code.

I also tried djgpp, but only got core compiled not vfw (there is no make file), anyone got any luck with this?

just a little note about my day of compiling,

xming

avih
16th March 2002, 07:44
djgpp works in dos mod ain't it?
how about mingw32?
i'd love to c it compile (vfw) with another compiler.... which is free.

cheers
avi

xming
16th March 2002, 13:11
djgpp also has an win32 binaries, it is still command line. I will be looking at if I can compile vfw with djgpp and gnu make