forked from FFmpeg/FFmpeg
configure: Disable Snow decoder and encoder by default
Snow has serious unfixed bugs and no real-world use.
This commit is contained in:
parent
8fb1e26405
commit
4b587848ce
1 changed files with 2 additions and 0 deletions
2
configure
vendored
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…
Add table
Reference in a new issue