gst-libs: use GST_*_1_0 environment variables everywhere
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 16 Jan 2013 10:16:27 +0000 (10:16 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 16 Jan 2013 10:16:27 +0000 (10:16 +0000)
commit664adc6e1981be0bcf7eca6d97e4bffea8515f42
tree56e18e653a3842ece4c02c6e49d96a30dd985ea7
parent2f817af71ceb9e0911ebe31586a7fa0810f5cfc8
gst-libs: 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.
gst-libs/gst/app/Makefile.am
gst-libs/gst/audio/Makefile.am
gst-libs/gst/fft/Makefile.am
gst-libs/gst/pbutils/Makefile.am
gst-libs/gst/riff/Makefile.am
gst-libs/gst/rtp/Makefile.am
gst-libs/gst/rtsp/Makefile.am
gst-libs/gst/sdp/Makefile.am
gst-libs/gst/tag/Makefile.am
gst-libs/gst/video/Makefile.am