On Tuesday 21 March 2006 03:08, Weiguang Shi wrote: > Hi all, > > Wengo classic doesn't build the avcodec.dll from the > source code, does it? It only copies a version of it > around. Would someone please confirm? > > If so, I need to compile ffmpeg under VC++ 2005 > Express. > And, has anyone done this before? > > Thanks, > Wei >
Hi, Yes avcodec (from ffmpeg) is not build. This library is a made with very optimized C code. It means that there is inline assembly code. But unfortunately this code respect the gcc syntax. And by the way the Microsoft syntax is not the same. So you could not build this library with a Microsoft compiler until somebody rewrite the assembly parts. You must use the pre-built library ;) Regards, -- mstute _______________________________________________ Wengophone-devel mailing list [email protected] http://dev.openwengo.com/mailman/listinfo/wengophone-devel
