On Mon, Dec 19, 2005 at 01:11:05PM +0100, Tanguy Krotoff wrote: > David Ferlier wrote: > >Now it won't compile because it depends on stuff that can't or would > >be very hard to compile with Mingw. First thing that won't compile is > >libwebcam (in libs/webcam) because on Win32 we developped a driver for > >DirectX. At this point, it is possible to compile a directx-enabled > >program with Mingw but it requires a lot of tricks, including > >modifying some DirectX headers. > > Philippe is working on libwebcam and has implented with a nulldriver > implementation. I guess should work aswell under MinGW if we implement a > VFW driver inside libwebcam.
I already wrote a stub for the softphone-classic's libwebcam : http://dev.openwengo.com/trac/openwengo/trac.cgi/browser/softphone-classic/trunk/libs/webcam/src/null-driver/ It's used on non win32 & non linux platforms. It effectively makes libwebcam compile on MinGW. > > -- > Tanguy Krotoff <[EMAIL PROTECTED]> > http://dev.openwengo.com -- David Ferlier -- [EMAIL PROTECTED] "Humor is mankind's greatest blessing." -- Mark Twain _______________________________________________ Wengophone-devel mailing list [email protected] http://dev.openwengo.com/mailman/listinfo/wengophone-devel
