shared libavcodec is not at all broken/obsolete, but simply discouraged

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22728 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb 2007-03-18 20:52:41 +00:00
parent 148dd28490
commit dcdc721ed9
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -6234,7 +6234,7 @@ if test "$_libavcodec" != yes ; then
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>