Disable libavcodec by default, because it's broken with recent versions.
authorKonstantin Dmitriev <ksee.zelgadis@gmail.com>
Wed, 19 Aug 2009 07:12:41 +0000 (14:12 +0700)
committerKonstantin Dmitriev <ksee.zelgadis@gmail.com>
Wed, 19 Aug 2009 07:12:41 +0000 (14:12 +0700)
synfig-core/configure.ac

index 3f1b7b6..051eebb 100644 (file)
@@ -233,9 +233,9 @@ if test $with_libdv = "no" ; then {
 # LIBAVCODEC CHECK--------------------
 
 AC_ARG_WITH(libavcodec,[
-  --without-libavcodec         disable support for libavcodec (Default=auto)],[
+  --with-libavcodec         Enable support for libavcodec (Default=no)],[
 ],[
-       with_libavcodec="yes"
+       with_libavcodec="no"
 ])
 
 if test $with_libavcodec != "no" ; then {