hi all,
i've got some problems compiling gem on gentoo ... mostly problems finding headers:
libmpeg3.h is located in /usr/include/libmpeg3
avifile.h in /usr/include/avifile-0.7
avformat.h in /usr/include/ffmpeg ... but it fails to compile: filmFFMPEG.cpp: In member function `virtual bool filmFFMPEG::open(char*, int)': /usr/include/ffmpeg/avformat.h:577: error: too few arguments to function `int av_seek_frame(AVFormatContext*, int, int64_t, int)' filmFFMPEG.cpp:145: error: at this point in file filmFFMPEG.cpp: In member function `virtual pixBlock* filmFFMPEG::getFrame()': /usr/include/ffmpeg/avformat.h:577: error: too few arguments to function `int av_seek_frame(AVFormatContext*, int, int64_t, int)' filmFFMPEG.cpp:214: error: at this point in file make: *** [filmFFMPEG.o] Error 1
seems, that i'll stick to my old binary for now ...
cheers ... tim