Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
luzpaz
gstreamer
Commits
62d0001c
Commit
62d0001c
authored
Apr 16, 2011
by
Tim-Philipp Müller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libs: make sure gobject-introspection scanner calls gst_init()
https://bugzilla.gnome.org/show_bug.cgi?id=647922
parent
4116ef76
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
0 deletions
+5
-0
libs/gst/base/Makefile.am
libs/gst/base/Makefile.am
+1
-0
libs/gst/check/Makefile.am
libs/gst/check/Makefile.am
+1
-0
libs/gst/controller/Makefile.am
libs/gst/controller/Makefile.am
+1
-0
libs/gst/dataprotocol/Makefile.am
libs/gst/dataprotocol/Makefile.am
+1
-0
libs/gst/net/Makefile.am
libs/gst/net/Makefile.am
+1
-0
No files found.
libs/gst/base/Makefile.am
View file @
62d0001c
...
...
@@ -86,6 +86,7 @@ GstBase-@GST_MAJORMINOR@.gir: $(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);"
\
--output
$@
\
$(gir_headers)
\
$(gir_sources)
...
...
libs/gst/check/Makefile.am
View file @
62d0001c
...
...
@@ -132,6 +132,7 @@ GstCheck-@GST_MAJORMINOR@.gir: $(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);"
\
--output
$@
\
$(gir_headers)
\
$(gir_sources)
...
...
libs/gst/controller/Makefile.am
View file @
62d0001c
...
...
@@ -69,6 +69,7 @@ GstController-@GST_MAJORMINOR@.gir: $(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);"
\
--output
$@
\
$(gir_headers)
\
$(gir_sources)
...
...
libs/gst/dataprotocol/Makefile.am
View file @
62d0001c
...
...
@@ -57,6 +57,7 @@ GstDataprotocol-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstdataprotoco
--libtool
=
"
$(top_builddir)
/libtool"
\
--pkg
gstreamer-0.10
\
--pkg-export
=
gstreamer-dataprotocol-0.10
\
--add-init-section
=
"gst_init(NULL,NULL);"
\
--output
$@
\
$(gir_headers)
\
$(gir_sources)
...
...
libs/gst/net/Makefile.am
View file @
62d0001c
...
...
@@ -61,6 +61,7 @@ GstNet-@GST_MAJORMINOR@.gir: $(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);"
\
--output
$@
\
$(gir_headers)
\
$(gir_sources)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment