[Bug 754690] Fixes to configure.ac to make gst-libav build

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Oct 8 04:13:54 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=754690

Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #10 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> ---
A bit of looking around found this, which worked for me from a fresh gst-libav:

http://stackoverflow.com/questions/18978252/error-libtool-library-used-but-libtool-is-undefined

Rerunning these three commands "fixes" my issue:

libtoolize
aclocal
autoheader

Maybe this could go in the autogen.sh ?
Weirdly, all other plugin repos (-base, etc) build just fine, it's just
gst-libav that fails here. I see no relevant differences between -base and
-libav (there's just an extra call to AG_GST_LIBTOOL_PREPARE, but removing it
did not change behavior).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list