From: Konstantin Dmitriev Date: Wed, 19 Aug 2009 07:12:41 +0000 (+0700) Subject: Disable libavcodec by default, because it's broken with recent versions. X-Git-Url: https://git.pterodactylus.net/?p=synfig.git;a=commitdiff_plain;h=900f48352449be8df1fc3fb0ad91e400ca3017c5 Disable libavcodec by default, because it's broken with recent versions. --- diff --git a/synfig-core/configure.ac b/synfig-core/configure.ac index 3f1b7b6..051eebb 100644 --- a/synfig-core/configure.ac +++ b/synfig-core/configure.ac @@ -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 {