configure: Disable Snow decoder and encoder by default

Snow has serious unfixed bugs and no real-world use.
This commit is contained in:
Diego Biurrun 2012-10-15 23:56:38 +02:00
parent 8fb1e26405
commit 4b587848ce
1 changed files with 2 additions and 0 deletions

2
configure vendored
View File

@ -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(){