Is the symbol exported? Try opening the DLL for example to the Dependency Walker.
Is the symbol exported? Try opening the DLL for example to the Dependency Walker.
J-P Nurmi
uses
extern "C"
{
#include "libavcodec/avcodec.h"
#include "libavformat/avformat.h"
};
and include the ffmpeg header files this wil solve the "undefined reference"
Bookmarks