[clutter-gst/clutter-gst-3.0] introspection: prevent loading all the gst plugins
- From: Lionel Landwerlin <llandwerlin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter-gst/clutter-gst-3.0] introspection: prevent loading all the gst plugins
- Date: Mon, 12 Jan 2015 14:34:50 +0000 (UTC)
commit bacfeb3fdf1dbd802f189dd90b8d895d7d6194ed
Author: Lionel Landwerlin <lionel g landwerlin intel com>
Date: Mon Jan 12 14:34:01 2015 +0000
introspection: prevent loading all the gst plugins
clutter-gst/Makefile.am | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/clutter-gst/Makefile.am b/clutter-gst/Makefile.am
index 5a428de..82f71d5 100644
--- a/clutter-gst/Makefile.am
+++ b/clutter-gst/Makefile.am
@@ -137,7 +137,9 @@ if HAVE_INTROSPECTION
BUILT_GIRSOURCES =
ClutterGst- CLUTTER_GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libclutter-gst-
CLUTTER_GST_API_VERSION@.la
- $(QUIET_GEN)$(INTROSPECTION_SCANNER) -v \
+ $(QUIET_GEN) \
+ GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_UPDATE=no \
+ $(INTROSPECTION_SCANNER) -v \
--namespace ClutterGst --nsversion= CLUTTER_GST_API_VERSION@ \
$(INCLUDES) \
$(AM_CPPFLAGS) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]