summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-10-15 23:56:38 +0200
committerDiego Biurrun <diego@biurrun.de>2012-10-19 17:10:10 +0200
commit4b587848ce038f128e02dd6b739643eed1194c56 (patch)
tree087955976a5eed62654fc3d211fc646c2dbb2f94 /configure
parent8fb1e2640505d8815bbe2f0bcdf7140be37acd87 (diff)
configure: Disable Snow decoder and encoder by default
Snow has serious unfixed bugs and no real-world use.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 2bdc4b09f3..f892bfe9cb 100755
--- a/configure
+++ b/configure
@@ -1878,6 +1878,8 @@ for n in $COMPONENT_LIST; do
eval ${n}_if_any="\$$v"
done
+disable snow_decoder snow_encoder
+
enable $ARCH_EXT_LIST
die_unknown(){