Sorry about that - I'm not sure how that got past my testing. There were two problems. Firstly, the link line was in the wrong order; libraries should come after the objects/libraries that use symbols from them, so the PKG_CHECK_MODULES ordering in configure.in was wrong. This didn't actually fix the problem but I've included it in my updated patch anyway for completeness. Secondly, <libavutil/pixdesc.h> was being included as a C++ header rather than as a C header; the clue here was that the undefined reference was to av_get_pix_fmt_name(PixelFormat) rather than just to av_get_pix_fmt_name.
Please try the attached patch. ** Patch added: "0002-libav-0.7.patch" https://bugs.launchpad.net/ubuntu/+source/libavg/+bug/831190/+attachment/2330349/+files/0002-libav-0.7.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/831190 Title: libavg version 1.5.4-0ubuntu2 failed to build in oneiric To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libavg/+bug/831190/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
