summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLuis de Bethencourt <luis@debethencourt.com>2011-02-03 13:42:44 +0100
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2011-02-03 14:56:32 +0200
commitb5194ac6cb322f9870c3d8f7903e8ccaa06b50a4 (patch)
tree90a31e4019b98055dc2fe5ca1a9449bb7f11e3e4 /doc
parentad5a5243c3a24f736f56fc337750b42d5ef847e2 (diff)
downloadgupnp-dlna-b5194ac6cb322f9870c3d8f7903e8ccaa06b50a4.tar.gz
Get rid of nasty warnings when building docs
Added a SCANGOBJ_OPTIONS in the Makefile.am so gst_init is executed before using gstreamer in the gupnp-dlna-scan.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index d1062d0..254b4e3 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -21,7 +21,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
DOC_SOURCE_DIR=../libgupnp-dlna
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
-SCANGOBJ_OPTIONS=
+SCANGOBJ_OPTIONS=--type-init-func="gst_init(NULL,NULL)"
# Extra options to supply to gtkdoc-scan.
# e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"