I built and installed both openh264 and msx264 on Ubuntu 15.04; loading the plugins in msfactory.c fails:
msx264 : Fail to load plugin /usr/local/lib/mediastreamer/plugins/libmsx264.so.0 : /usr/local/lib/mediastreamer/plugins/libmsx264.so.0: undefined symbol: avcodec_init, though the symbol is present in the lib ( nm libmsx264.so.0.0.0 | grep avcodec_init output shows it).
openh264 : linphone-warning : Could not locate init routine of plugin libopenh264.so.0 (searched routine name being 'libopenh264_init' not present in the .so file);
Any fix for this issue ?
Thanks,