gst-check.m4: drop REQUIRED arg to AG_GST_CHECK_GST_PLUGINS_{GOOD,UGLY,BAD,FFMPEG}
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 7 Sep 2010 18:59:28 +0000 (19:59 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 7 Sep 2010 19:04:12 +0000 (20:04 +0100)
commit080e025f0789715c5762d716fadc7df51be5da3d
tree3bac7a4f65f8130c4302a6afb76572467b58b01d
parent9d1da9796c321de936e730a57943a21125d393a0
gst-check.m4: drop REQUIRED arg to AG_GST_CHECK_GST_PLUGINS_{GOOD,UGLY,BAD,FFMPEG}

Since .pc files for these modules only exist in uninstalled setups, if at all,
it doesn't really make sense to *require* their presence (or that particular
version). Code (e.g. unit tests) still needs to check element/plugin availability
and versions at runtime, since that's what's required for installed setups
anyway.
m4/gst-check.m4