Module: libav Branch: master Commit: 4b587848ce038f128e02dd6b739643eed1194c56
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Mon Oct 15 23:56:38 2012 +0200 configure: Disable Snow decoder and encoder by default Snow has serious unfixed bugs and no real-world use. --- configure | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 2bdc4b0..f892bfe 100755 --- a/configure +++ b/configure @@ -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(){ _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
