From 99b6b1bbb803ecf29ca16584668d475ad7f4f881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 17 Apr 2011 19:33:04 +0100 Subject: [PATCH] sdp: remove gst_init() for g-i scanner here again as well to avoid problems with -Wl,--as-needed --- gst-libs/gst/sdp/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/gst-libs/gst/sdp/Makefile.am b/gst-libs/gst/sdp/Makefile.am index 8f8d9b7fe5..5ad8080f41 100644 --- a/gst-libs/gst/sdp/Makefile.am +++ b/gst-libs/gst/sdp/Makefile.am @@ -32,7 +32,6 @@ GstSdp-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstsdp-@GST_MAJORMINOR@ --libtool="$(top_builddir)/libtool" \ --pkg gstreamer-@GST_MAJORMINOR@ \ --pkg-export gstreamer-sdp-@GST_MAJORMINOR@ \ - --add-init-section="gst_init(NULL,NULL);" \ --output $@ \ $(gir_headers) \ $(gir_sources)