Merge branch 'pixelgeek_windows_script_update'
authorCarlos Lopez <genetita@gmail.com>
Mon, 31 Aug 2009 16:06:35 +0000 (18:06 +0200)
committerCarlos Lopez <genetita@gmail.com>
Mon, 31 Aug 2009 16:06:35 +0000 (18:06 +0200)
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 {