Hi, The libavcodec.so is installed by libavcodec-dev (on debian and ubuntu), as for any .so file. You simply have a ffmpeg installation which is somewhat incomplete (you seem to have headers but not the .so files). Perhaps you have two different ffmpegs ?
Simon Le lundi 8 juin 2009 18:57:54, Bent a écrit : > Strange that nobody else have run into this error ;-) > > Anyhow, I found a workaround: > > cd /usr/lib > ln -nfs libavcodec.so.52.30.1 libavcodec.so > > I had to repeat this for the vorbis encoder: > > ln -s libvorbisenc.so.2 libvorbisenc.so > > Is linphone too picky on the library versions?? > > This brought me to the next error. which I will start anew thread for > (named 'linphonecore.c throws compile error: call to function > ‘set_user_agent’ without a real prototype') > > Kind regards, > > Bent > > > _______________________________________________ > Linphone-users mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/linphone-users _______________________________________________ Linphone-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/linphone-users
