projects
/
synfig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b0c503
)
Disable libavcodec by default, because it's broken with recent versions.
author
Konstantin Dmitriev
<ksee.zelgadis@gmail.com>
Wed, 19 Aug 2009 07:12:41 +0000
(14:12 +0700)
committer
Konstantin Dmitriev
<ksee.zelgadis@gmail.com>
Wed, 19 Aug 2009 07:12:41 +0000
(14:12 +0700)
synfig-core/configure.ac
patch
|
blob
|
history
diff --git
a/synfig-core/configure.ac
b/synfig-core/configure.ac
index
3f1b7b6
..
051eebb
100644
(file)
--- 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,[
- --with
out-libavcodec disable support for libavcodec (Default=aut
o)],[
+ --with
-libavcodec Enable support for libavcodec (Default=n
o)],[
],[
- with_libavcodec="
yes
"
+ with_libavcodec="
no
"
])
if test $with_libavcodec != "no" ; then {