summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-08-16 21:11:35 +0300
committerSebastian Dröge <sebastian@centricular.com>2016-08-17 19:05:36 +0300
commita65627f9c8884cc31002006b0ae0b04e3f5a0b49 (patch)
tree979f4618e5b7cd6337b5991c7e870a1f645eeec6
parente1a446f6784d66aea00a32419c06d985603cd41b (diff)
downloadgst-libav-a65627f9c8884cc31002006b0ae0b04e3f5a0b49.tar.gz
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. Also backport a few other similar cases from master at the same time. https://bugzilla.gnome.org/show_bug.cgi?id=769809
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 278d5b5..8d48eb8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -363,6 +363,8 @@ else
--disable-encoder=flac --disable-protocols --disable-devices \
--disable-network --disable-hwaccels --disable-dxva2 --disable-vdpau \
--disable-filters --enable-filter=yadif --disable-doc --disable-vda --disable-d3d11va --disable-dxva2 \
+ --disable-videotoolbox --disable-vaapi --disable-crystalhd \
+ --disable-nvenc --disable-mmal --disable-libmfx \
--disable-iconv --enable-optimizations"
if test "x$enable_gpl" == "xyes"; then