Check for GStreamer plugins individually
authorPhilip Chimento <philip.chimento@gmail.com>
Mon, 31 Jan 2011 00:52:51 +0000 (01:52 +0100)
committerPhilip Chimento <philip.chimento@gmail.com>
Mon, 31 Jan 2011 00:52:51 +0000 (01:52 +0100)
commit46ecb1bbad177434199bba07e7eda0f59785e16c
tree299f6041d23cc6494f5c8014859be0d5582cca7a
parent28c8862dc3d26a9a3735d0c2eb22ceb04be632c8
Check for GStreamer plugins individually

In configure.ac, check for individual GStreamer plugins, instead of
requiring gstreamer-plugins-bad-0.10.pc. This is because Ubuntu doesn't
have a devel package for gstreamer-plugins-bad, and we don't actually
link against that library - we just dynamically open it.
configure.ac