mij - 2008-04-10

Logged In: YES
user_id=1227972
Originator: NO

ffmpeg is coded in C, so we have to add, in file
src/libinstrudeo/isdffmpegexporter.h,
+extern "C" {
#include <ffmpeg/avcodec.h>
#include <ffmpeg/avformat.h>
+}
but another problem occurs afterwards at the same compilation step :
../../src/libinstrudeo/.libs/libinstrudeo.so: undefined reference to `img_convert'
which is no more in the ffmpeg library.