mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
gobject-introspection: fix issue when gold linker is used
Need to pass libgstreamer-0.10 explicitly to linker, since we're calling gst_init(), which in turn is needed because the encoding target get_type() function calls gst_value_register(). https://bugzilla.gnome.org/show_bug.cgi?id=639039
This commit is contained in:
parent
e2cc2f4c77
commit
7c55ad4db3
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ GstPbutils-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstpbutils-@GST_MAJ
|
||||||
--add-include-path=$(srcdir)/../video \
|
--add-include-path=$(srcdir)/../video \
|
||||||
--add-include-path=`$(PKG_CONFIG) --variable=girdir gstreamer-0.10` \
|
--add-include-path=`$(PKG_CONFIG) --variable=girdir gstreamer-0.10` \
|
||||||
--library=libgstpbutils-0.10.la \
|
--library=libgstpbutils-0.10.la \
|
||||||
|
--library=gstreamer-0.10 \
|
||||||
--include=Gst-0.10 \
|
--include=Gst-0.10 \
|
||||||
--libtool="$(top_builddir)/libtool" \
|
--libtool="$(top_builddir)/libtool" \
|
||||||
--pkg gstreamer-0.10 \
|
--pkg gstreamer-0.10 \
|
||||||
|
|
Loading…
Reference in a new issue