Mercurial > mplayer.hg
changeset 22710:8a10d878826d
shared libavcodec is not at all broken/obsolete, but simply discouraged
author | nicodvb |
---|---|
date | Sun, 18 Mar 2007 20:52:41 +0000 |
parents | bd96254153f1 |
children | 8a0c3f356efa |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Mar 18 20:33:20 2007 +0000 +++ b/configure Sun Mar 18 20:52:41 2007 +0000 @@ -6234,7 +6234,7 @@ echocheck "FFmpeg libavcodec (dynamic)" if test "$_libavcodec_so" = auto ; then _libavcodec_so=no - _res_comment="libavcodec.so is broken/obsolete" + _res_comment="libavcodec.so is discouraged over static libavcodec" # FIXME : check for avcodec_find_encoder_by_name() for mencoder cat > $TMPC << EOF #include <ffmpeg/avcodec.h>