Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/gst/Makefile.am b/gst/Makefile.am
- index 60d4b11..756698e 100644
- --- a/gst/Makefile.am
- +++ b/gst/Makefile.am
- @@ -291,7 +291,7 @@ Gst-@[email protected]: $(INTROSPECTION_SCANNER) libgstreamer-@GST_MAJORMINOR@
- --pkg gthread-2.0 \
- --pkg libxml-2.0 \
- --pkg-export gstreamer-0.10 \
- - --add-init-section="gst_init(NULL, NULL);" \
- + --add-init-section="extern void gst_init(gint*,gchar**);gst_init(NULL, NULL);" \
- --output $@ \
- $(gir_headers) \
- $(gir_sources)
- diff --git a/gst/Makefile.in b/gst/Makefile.in
- index e843fd4..5ebfceb 100644
- --- a/gst/Makefile.in
- +++ b/gst/Makefile.in
- @@ -1800,7 +1800,7 @@ Android.mk: Makefile.am
- @HAVE_INTROSPECTION_TRUE@ --pkg gthread-2.0 \
- @HAVE_INTROSPECTION_TRUE@ --pkg libxml-2.0 \
- @HAVE_INTROSPECTION_TRUE@ --pkg-export gstreamer-0.10 \
- -@HAVE_INTROSPECTION_TRUE@ --add-init-section="gst_init(NULL, NULL);" \
- +@HAVE_INTROSPECTION_TRUE@ --add-init-section="extern void gst_init(gint*,gchar**);gst_init(NULL, NULL);" \
- @HAVE_INTROSPECTION_TRUE@ --output $@ \
- @HAVE_INTROSPECTION_TRUE@ $(gir_headers) \
- @HAVE_INTROSPECTION_TRUE@ $(gir_sources)
- diff --git a/libs/gst/base/Makefile.am b/libs/gst/base/Makefile.am
- index 4c8bccf..f335f44 100644
- --- a/libs/gst/base/Makefile.am
- +++ b/libs/gst/base/Makefile.am
- @@ -89,7 +89,7 @@ GstBase-@[email protected]: $(INTROSPECTION_SCANNER) libgstbase-@GST_MAJORMINO
- --libtool="$(top_builddir)/libtool" \
- --pkg gstreamer-0.10 \
- --pkg-export gstreamer-base-0.10 \
- - --add-init-section="gst_init(NULL,NULL);" \
- + --add-init-section="extern void gst_init(gint*,gchar**);gst_init(NULL,NULL);" \
- --output $@ \
- $(gir_headers) \
- $(gir_sources)
- diff --git a/libs/gst/base/Makefile.in b/libs/gst/base/Makefile.in
- index 61c6fd0..9313d0e 100644
- --- a/libs/gst/base/Makefile.in
- +++ b/libs/gst/base/Makefile.in
- @@ -1012,7 +1012,7 @@ Android.mk: Makefile.am
- @HAVE_INTROSPECTION_TRUE@ --libtool="$(top_builddir)/libtool" \
- @HAVE_INTROSPECTION_TRUE@ --pkg gstreamer-0.10 \
- @HAVE_INTROSPECTION_TRUE@ --pkg-export gstreamer-base-0.10 \
- -@HAVE_INTROSPECTION_TRUE@ --add-init-section="gst_init(NULL,NULL);" \
- +@HAVE_INTROSPECTION_TRUE@ --add-init-section="extern void gst_init(gint*,gchar**);gst_init(NULL,NULL);" \
- @HAVE_INTROSPECTION_TRUE@ --output $@ \
- @HAVE_INTROSPECTION_TRUE@ $(gir_headers) \
- @HAVE_INTROSPECTION_TRUE@ $(gir_sources)
- diff --git a/libs/gst/check/Makefile.am b/libs/gst/check/Makefile.am
- index 8dcf66d..1395521 100644
- --- a/libs/gst/check/Makefile.am
- +++ b/libs/gst/check/Makefile.am
- @@ -133,7 +133,7 @@ GstCheck-@[email protected]: $(INTROSPECTION_SCANNER) libgstcheck-@GST_MAJORMI
- --libtool="$(top_builddir)/libtool" \
- --pkg gstreamer-0.10 \
- --pkg-export gstreamer-check-0.10 \
- - --add-init-section="gst_init(NULL,NULL);" \
- + --add-init-section="extern void gst_init(gint*,gchar**);gst_init(NULL,NULL);" \
- --output $@ \
- $(gir_headers) \
- $(gir_sources)
- diff --git a/libs/gst/check/Makefile.in b/libs/gst/check/Makefile.in
- index 9d22948..a13b260 100644
- --- a/libs/gst/check/Makefile.in
- +++ b/libs/gst/check/Makefile.in
- @@ -1149,7 +1149,7 @@ $(SYMBOLS_FILE):
- @HAVE_INTROSPECTION_TRUE@ --libtool="$(top_builddir)/libtool" \
- @HAVE_INTROSPECTION_TRUE@ --pkg gstreamer-0.10 \
- @HAVE_INTROSPECTION_TRUE@ --pkg-export gstreamer-check-0.10 \
- -@HAVE_INTROSPECTION_TRUE@ --add-init-section="gst_init(NULL,NULL);" \
- +@HAVE_INTROSPECTION_TRUE@ --add-init-section="extern void gst_init(gint*,gchar**);gst_init(NULL,NULL);" \
- @HAVE_INTROSPECTION_TRUE@ --output $@ \
- @HAVE_INTROSPECTION_TRUE@ $(gir_headers) \
- @HAVE_INTROSPECTION_TRUE@ $(gir_sources)
- diff --git a/libs/gst/controller/Makefile.am b/libs/gst/controller/Makefile.am
- index bf99b4e..5b3e00a 100644
- --- a/libs/gst/controller/Makefile.am
- +++ b/libs/gst/controller/Makefile.am
- @@ -70,7 +70,7 @@ GstController-@[email protected]: $(INTROSPECTION_SCANNER) libgstcontroller-@G
- --libtool="$(top_builddir)/libtool" \
- --pkg gstreamer-0.10 \
- --pkg-export gstreamer-controller-0.10 \
- - --add-init-section="gst_init(NULL,NULL);" \
- + --add-init-section="extern void gst_init(gint*,gchar**);gst_init(NULL,NULL);" \
- --output $@ \
- $(gir_headers) \
- $(gir_sources)
- diff --git a/libs/gst/controller/Makefile.in b/libs/gst/controller/Makefile.in
- index a69a109..a660959 100644
- --- a/libs/gst/controller/Makefile.in
- +++ b/libs/gst/controller/Makefile.in
- @@ -941,7 +941,7 @@ Android.mk: Makefile.am
- @HAVE_INTROSPECTION_TRUE@ --libtool="$(top_builddir)/libtool" \
- @HAVE_INTROSPECTION_TRUE@ --pkg gstreamer-0.10 \
- @HAVE_INTROSPECTION_TRUE@ --pkg-export gstreamer-controller-0.10 \
- -@HAVE_INTROSPECTION_TRUE@ --add-init-section="gst_init(NULL,NULL);" \
- +@HAVE_INTROSPECTION_TRUE@ --add-init-section="extern void gst_init(gint*,gchar**);gst_init(NULL,NULL);" \
- @HAVE_INTROSPECTION_TRUE@ --output $@ \
- @HAVE_INTROSPECTION_TRUE@ $(gir_headers) \
- @HAVE_INTROSPECTION_TRUE@ $(gir_sources)
- diff --git a/libs/gst/dataprotocol/Makefile.am b/libs/gst/dataprotocol/Makefile.am
- index cde4a53..f2df1f1 100644
- --- a/libs/gst/dataprotocol/Makefile.am
- +++ b/libs/gst/dataprotocol/Makefile.am
- @@ -58,7 +58,7 @@ GstDataprotocol-@[email protected]: $(INTROSPECTION_SCANNER) libgstdataprotoco
- --libtool="$(top_builddir)/libtool" \
- --pkg gstreamer-0.10 \
- --pkg-export=gstreamer-dataprotocol-0.10 \
- - --add-init-section="gst_init(NULL,NULL);" \
- + --add-init-section="extern void gst_init(gint*,gchar**);gst_init(NULL,NULL);" \
- --output $@ \
- $(gir_headers) \
- $(gir_sources)
- diff --git a/libs/gst/dataprotocol/Makefile.in b/libs/gst/dataprotocol/Makefile.in
- index 36bb251..2333fbb 100644
- --- a/libs/gst/dataprotocol/Makefile.in
- +++ b/libs/gst/dataprotocol/Makefile.in
- @@ -817,7 +817,7 @@ Android.mk: Makefile.am
- # --libtool="$(top_builddir)/libtool" \
- # --pkg gstreamer-0.10 \
- # --pkg-export=gstreamer-dataprotocol-0.10 \
- -# --add-init-section="gst_init(NULL,NULL);" \
- +# --add-init-section="extern void gst_init(gint*,gchar**);gst_init(NULL,NULL);" \
- # --output $@ \
- # $(gir_headers) \
- # $(gir_sources)
- diff --git a/libs/gst/net/Makefile.am b/libs/gst/net/Makefile.am
- index 93b522e..e191c04 100644
- --- a/libs/gst/net/Makefile.am
- +++ b/libs/gst/net/Makefile.am
- @@ -62,7 +62,7 @@ GstNet-@[email protected]: $(INTROSPECTION_SCANNER) libgstnet-@GST_MAJORMINOR@
- --libtool="$(top_builddir)/libtool" \
- --pkg gstreamer-0.10 \
- --pkg-export="gstreamer-net-0.10" \
- - --add-init-section="gst_init(NULL,NULL);" \
- + --add-init-section="extern void gst_init(gint*,gchar**);gst_init(NULL,NULL);" \
- --output $@ \
- $(gir_headers) \
- $(gir_sources)
- diff --git a/libs/gst/net/Makefile.in b/libs/gst/net/Makefile.in
- index 9414b15..291d8c9 100644
- --- a/libs/gst/net/Makefile.in
- +++ b/libs/gst/net/Makefile.in
- @@ -894,7 +894,7 @@ Android.mk: Makefile.am
- @HAVE_INTROSPECTION_TRUE@ --libtool="$(top_builddir)/libtool" \
- @HAVE_INTROSPECTION_TRUE@ --pkg gstreamer-0.10 \
- @HAVE_INTROSPECTION_TRUE@ --pkg-export="gstreamer-net-0.10" \
- -@HAVE_INTROSPECTION_TRUE@ --add-init-section="gst_init(NULL,NULL);" \
- +@HAVE_INTROSPECTION_TRUE@ --add-init-section="extern void gst_init(gint*,gchar**);gst_init(NULL,NULL);" \
- @HAVE_INTROSPECTION_TRUE@ --output $@ \
- @HAVE_INTROSPECTION_TRUE@ $(gir_headers) \
- @HAVE_INTROSPECTION_TRUE@ $(gir_sources)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement