diff options
author | Diego Biurrun | 2012-10-15 23:56:38 +0200 |
---|---|---|
committer | Diego Biurrun | 2012-10-19 17:10:10 +0200 |
commit | 4b587848ce038f128e02dd6b739643eed1194c56 (patch) | |
tree | 087955976a5eed62654fc3d211fc646c2dbb2f94 /configure | |
parent | 8fb1e2640505d8815bbe2f0bcdf7140be37acd87 (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-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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(){ |