Re: [Live-devel] cross compiled Live555 libs

2010-12-14 Thread Yuri Timenkov
Hi, You should know that VC and MinGW use incompatible library format. FFMpeg is C library this allows interoperability between VC and MinGW (as it is with kernel32.dll and ntdll.dll). Moreover AFAIK FFMpeg doesn't support VC (neither has plans to). With C++ things different. As I mentioned,

[Live-devel] cross compiled Live555 libs

2010-12-13 Thread Ke Yu
I had built the Live555 libs with mingw tools in UBuntu successfully following instructions: 1). genMakefiles config.mingw 2). make The reason for cross compiling above is I have other libraries built this way (namely, FFMpeg). I've built an app with those FFMpeg libs in Visual C++ 2008. The app wo