> natarajan thirunavukkarasu <[EMAIL PROTECTED]> wrote:I want to build MJPEG >encoder & decoder in VC++ > environment. Where can i get source codes? What is the > procedure to build such an application on VC++ > environment?. There are two options, one is to build it inside the cygwin environment (google on the net for more info), that is easier; the other one is to compile it natively - that will require considerable porting effort ... you will need to verify that all libraries are available first (libjpg, libpng, quicktime support, etc), then to find out how to access MJPEG recording devices in Windows, and then finally port the sourcecode (you can deactivate portions of the code in the meanwhile, though)
We are using CVS for our sourcecode, google on the net for the CVS book for more information - we can establish a CVS branch if you want to take on this _huge_ undertaking :-) Servus, Gernot -- T----------------------------W-E-L-C-O-M-E------------------------------T | The Austria <=> Sweden connection..... H O Homepage: http://www.lysator.liu.se/~gz E \------------------------------F-U-T-U-R-E------------------------------/ ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Mjpeg-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mjpeg-users
