[clutter-gst/clutter-gst-2.0] build: Do not initialize Clutter when generating introspection data
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter-gst/clutter-gst-2.0] build: Do not initialize Clutter when generating introspection data
- Date: Mon, 10 Nov 2014 15:28:15 +0000 (UTC)
commit 8f7889a37574c34596b57e476967640ee7b1e82d
Author: Emmanuele Bassi <ebassi gnome org>
Date: Wed Oct 22 16:52:25 2014 +0100
build: Do not initialize Clutter when generating introspection data
Only GStreamer requires to be initialized.
https://bugzilla.gnome.org/show_bug.cgi?id=739017
clutter-gst/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter-gst/Makefile.am b/clutter-gst/Makefile.am
index f9d4ecd..a827477 100644
--- a/clutter-gst/Makefile.am
+++ b/clutter-gst/Makefile.am
@@ -140,7 +140,7 @@ ClutterGst- CLUTTER_GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libclutter-gs
--include=GstVideo-1.0 \
--add-include-path=`$(PKG_CONFIG) --variable=girdir gstreamer-audio-1.0` \
--include=GstAudio-1.0 \
- --add-init-section="clutter_gst_init(0,NULL);" \
+ --add-init-section="gst_init(0,NULL);" \
--library=libclutter-gst- CLUTTER_GST_API_VERSION@.la \
--libtool="${LIBTOOL}" \
--output $@ \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]