From: Carlos Lopez Date: Mon, 31 Aug 2009 16:06:35 +0000 (+0200) Subject: Merge branch 'pixelgeek_windows_script_update' X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=dd99cad772872f5653d755c20d47d624a1f2450b;hp=6017527745955570caee65d28f1c80b449a341e4;p=synfig.git Merge branch 'pixelgeek_windows_script_update' --- 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 {