GNOME Bugzilla – Bug 646466
opal no longer loads h263/4 and mpeg4 codecs with latest ffmpeg
Last modified: 2011-09-05 16:33:57 UTC
This is with ekiga 3.2.7 and opal 3.6.8 in openSUSE The problem is that the latest version of the ffmpeg libs no longer exports the individual encoder/decoders in the shared library, so configure no longer finds them and even if you force override that, DYNA will not load them. The fix is just to make opal behave properly and to an avcodec_register_all instead of trying to register the individual ones (The stated reason, that the binary will be smaller, is rubbish on a shared lib system). The configure.ac script also has to be updated to check for the existence of codecs using avcodec_find_encoder/decoder.
Created attachment 184885 [details] [review] Fix opal to use libavcodec codecs correctly
This is alreasy fixed, please test/use ekiga >= 3.3.2 (http://git.gnome.org/browse/ekiga/plain/NEWS). Thank you. *** This bug has been marked as a duplicate of bug 596006 ***