X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Fconfigure.ac;h=051eebbbb7aef3450559819b3a4c89869cfc2996;hb=900f48352449be8df1fc3fb0ad91e400ca3017c5;hp=3f1b7b63d4a0cff01a8c1aa695bddc0e7117c3a8;hpb=8b0c503574977332b9dbeaf60da5078b33b02616;p=synfig.git 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 {