configure: Disable Snow decoder and encoder by default

Snow has serious unfixed bugs and no real-world use.
pull/6/merge
Diego Biurrun 13 years ago
parent 8fb1e26405
commit 4b587848ce
  1. 2
      configure

2
configure vendored

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

Loading…
Cancel
Save