comparison configure @ 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
comparison
equal deleted inserted replaced
22709:bd96254153f1 22710:8a10d878826d
6232 6232
6233 if test "$_libavcodec" != yes ; then 6233 if test "$_libavcodec" != yes ; then
6234 echocheck "FFmpeg libavcodec (dynamic)" 6234 echocheck "FFmpeg libavcodec (dynamic)"
6235 if test "$_libavcodec_so" = auto ; then 6235 if test "$_libavcodec_so" = auto ; then
6236 _libavcodec_so=no 6236 _libavcodec_so=no
6237 _res_comment="libavcodec.so is broken/obsolete" 6237 _res_comment="libavcodec.so is discouraged over static libavcodec"
6238 # FIXME : check for avcodec_find_encoder_by_name() for mencoder 6238 # FIXME : check for avcodec_find_encoder_by_name() for mencoder
6239 cat > $TMPC << EOF 6239 cat > $TMPC << EOF
6240 #include <ffmpeg/avcodec.h> 6240 #include <ffmpeg/avcodec.h>
6241 int main(void) { 6241 int main(void) {
6242 avcodec_find_encoder_by_name(""); 6242 avcodec_find_encoder_by_name("");