Commit 4b587848 authored by Diego Biurrun's avatar Diego Biurrun

configure: Disable Snow decoder and encoder by default

Snow has serious unfixed bugs and no real-world use.
parent 8fb1e264
......@@ -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(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment