configure: Explicitly disable CrystalHD decoder
authorSebastian Dröge <sebastian@centricular.com>
Tue, 16 Aug 2016 18:11:35 +0000 (21:11 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 16 Aug 2016 18:11:35 +0000 (21:11 +0300)
commit490e98913d50728fe1cc1ecba594111dcd45ff81
treebb6cdce39acd5390dd5fb4920a9622ce57f5d90b
parent0a7c82bac41b10d522ed95df05187c8dcf435346
configure: Explicitly disable CrystalHD decoder

Otherwise it will pick it up when the system has the relevant headers,
and then linking produces an unusable plugin later as we don't ensure
that the plugin also links against the crystalhd library.

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