Ewi
15th February 2003, 14:21
I have Nic's sources here for the D-Show Decoder only (that belongs to the 6-2-03 build, i think; at least the actual one from his site). By the way you have to correct the link, Nic; there's a '\' where a '/' should be.
I have problems compiling it (VS.NET with ICC7). When compiling as 'Release' I have errors that he did not found 'streams.h':
src\CAbout.h(4): catastrophic error: could not open source file "streams.h"
and in:
src\CXvidDecoder.cpp(15): catastrophic error: could not open source file "streams.h"
When I compile as 'Debug' I get a lots of warnings like this:
src\PostProcess.cpp(443): (col. 4)warning #997: function uses MMX(TM) instructions, but contains no EMMS instruction
By the way, are there any recommended compiler options that should be used resp not used.
Thank you in advance...
I have problems compiling it (VS.NET with ICC7). When compiling as 'Release' I have errors that he did not found 'streams.h':
src\CAbout.h(4): catastrophic error: could not open source file "streams.h"
and in:
src\CXvidDecoder.cpp(15): catastrophic error: could not open source file "streams.h"
When I compile as 'Debug' I get a lots of warnings like this:
src\PostProcess.cpp(443): (col. 4)warning #997: function uses MMX(TM) instructions, but contains no EMMS instruction
By the way, are there any recommended compiler options that should be used resp not used.
Thank you in advance...