2012/4/4 Matthew Einhorn <[email protected]>:
> Dunno if you're using VC++, but to use the exported dll functions in a
> c++ project you have to place the includes (e.g. avformat.h) in extern
> "C" braces. Otherwise the names get mangled up.
I'm using MinGw and I'm using the extern C braces:
#ifdef __cplusplus
extern "C" {
#include "libavformat/avformat.h"
#include "libavcodec/avcodec.h"
#include "libavutil/mathematics.h"
}
#endif
The cause of the problem must be other :(
--
============================
Gustav Gonzalez
[email protected]
============================
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user