[gst-devel] interface lib installations

Benjamin Otte in7y118 at public.uni-hamburg.de
Fri Dec 19 03:45:03 CET 2003


On Fri, 19 Dec 2003, Ronald Bultje wrote:

> xwindowlistener is a support plugin, not an interface. It's used by both
> v4l and v4l2 (and in the future maybe by dxr3) to track an x window's
> movement and change the overlay position accordingly. It is definately a
> plugin and should not be in $libdir).
>
In that case we should s/GST_LIBS/GST_PLUGIN_LDFLAGS/ its LDFLAGS.

> Tuner isn't installed separately. Rather, it is part of
> libgstinterfaces-$MAJORMINOR.so, which should install properly in
> $(libdir). If any plugin links to tuner directly, please kick me so I
> can fix that. libgstinterfaces-$MAJORMINOR.so is created in
> gst-plugins/gst-libs/gst.
>
Ah, ok, understood. I misread tuner/Makefile.am then, where it wasn't
installed (obviously ;))

> > PS: I fixed asf to be one plugin instead of two libs.
>
> Were they libs? How? your commit change says 'plugin_LITLIBRARIES' here:
> -plugin_LTLIBRARIES = libgstasfdemux.la libgstasfmux.la
> [..]
> +plugin_LTLIBRARIES = libgstasf.la
>
> ?
>
Wether they are considered libs or not is also decided by the LDFLAGS. I
fixed those.

BEnjamin





More information about the gstreamer-devel mailing list