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,
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