summaryrefslogtreecommitdiff
path: root/docs/plugins
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2013-01-15 13:47:32 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2013-01-15 13:47:32 +0000
commit64eee27ebca69a06e47babec9e43cda0fb541a8f (patch)
treec96b06af2954877845d7c7479a02dc91649d4416 /docs/plugins
parent3a5584f044240c6fbe909f146171475b00a9efce (diff)
Use GST_*_1_0 environment variables everywhere
The _1_0 suffixed environment variables override the non-suffixed ones, so if we're in an environment that sets the _1_0 suffixed ones, such as jhbuild, we need to set those to make sure ours actually always get used.
Diffstat (limited to 'docs/plugins')
-rw-r--r--docs/plugins/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index 6bb5083dd..19f28da3e 100644
--- a/docs/plugins/Makefile.am
+++ b/docs/plugins/Makefile.am
@@ -15,7 +15,7 @@ include $(top_srcdir)/common/upload-doc.mak
# Extra environment needed for Core only...
INSPECT_EXTRA_ENVIRONMENT= \
- GST_PLUGIN_SCANNER=$(top_builddir)/libs/gst/helpers/gst-plugin-scanner
+ GST_PLUGIN_SCANNER_1_0=$(top_builddir)/libs/gst/helpers/gst-plugin-scanner
# The top-level SGML file. Change it if you want.
DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml