[FFmpeg-cvslog] configure: Disable Snow decoder and encoder by default
Diego Biurrun
git at videolan.org
Sat Oct 20 12:43:18 CEST 2012
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Oct 15 23:56:38 2012 +0200| [4b587848ce038f128e02dd6b739643eed1194c56] | committer: Diego Biurrun
configure: Disable Snow decoder and encoder by default
Snow has serious unfixed bugs and no real-world use.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4b587848ce038f128e02dd6b739643eed1194c56
---
configure | 2 ++
1 file changed, 2 insertions(+)
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(){
More information about the ffmpeg-cvslog
mailing list