configure: only check for gst-plugins-{good,ugly,ffmpeg} in uninstalled setups
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 20 Jan 2012 15:23:54 +0000 (15:23 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 20 Jan 2012 15:23:54 +0000 (15:23 +0000)
commitee0fc47447b8f4c4914925a930233608d1c917c8
tree77165eb375e2641e3870dfcf858064d48b34a452
parente601bf76e3318948ac8e595c5d7d67a3dc9245b4
configure: only check for gst-plugins-{good,ugly,ffmpeg} in uninstalled setups

We don't install .pc files for plugin modules, because we only need
them in uninstalled setups, so we can find the plugins for unit tests
(even when run a couple of directories deeper or out-of-tree during
make distcheck).

Try to avoid confusion, so only check for those if this is in fact
an uninstalled setup. For installed setups there's no problem finding
the plugins, we assume they are all in the plugindir specified by
GStreamer core's .pc file.

https://bugzilla.gnome.org/show_bug.cgi?id=668311
common
configure.ac