Yohann Martineau a écrit : > Le lundi 31 mars 2008 à 23:35 +0530, Mayank Agarwal a écrit : > >> Hi all, >> >> Whenever i tries to link the libavformat.so file with my project i get the >> error message skipping incompatible libavformat.so while searching for >> -lavformat. >> >> If i don't include the above library in my project i get >> av_register_all,av_read_frame,etc not defined. >> >> Currently i am working on RedHat Linux.Please point to any urls from where i >> can download libavformat.so which is compatible with the Linux version that >> i am using and also with my project. >> >> If anyone of you have this library file,kindly send me in the reply as an >> attachment. >> > > I think the problem is probably in compilation or linking, not in the > library itself... but of course, your library has to contain > appropriated headers... > > _______________________________________________ > libav-user mailing list > [email protected] > https://lists.mplayerhq.hu/mailman/listinfo/libav-user > > Hi, Could be a header thing ( I use #include <ffmpeg/av*.h>) Or could be a linking problem in your makefile. You do not need to download any libav*.so file if you installed all the libs and -dev libs
JF _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
