[FFmpeg-devel] ffmpeg make with libamr fails

Diego Biurrun diego
Thu May 10 16:26:26 CEST 2007


On Thu, May 10, 2007 at 01:32:25PM +0300, Mait Mandel wrote:
> 
> i'm unable to compile the latest SVN (r8966) with latest libamr_nb:

Next time please ask on ffmpeg-user, this does not belong here.

> [vlc at test ffmpeg]$ make
> make -C libavutil   all
> make[1]: Entering directory `/home/vlc/svn-may/ffmpeg/libavutil'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/home/vlc/svn-may/ffmpeg/libavutil'
> make -C libavcodec  all
> make[1]: Entering directory `/home/vlc/svn-may/ffmpeg/libavcodec'
> gcc -I"/home/vlc/svn-may/ffmpeg"/libswscale  -DHAVE_AV_CONFIG_H
> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE
> -I"/home/vlc/svn-may/ffmpeg" -I"/home/vlc/svn-may/ffmpeg"
> -I"/home/vlc/svn-may/ffmpeg"/libavutil -fomit-frame-pointer -g
> -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization
> -Wpointer-arith -Wredundant-decls -O3  -c -o mpegvideo.o mpegvideo.c
> In file included from /home/vlc/svn-may/ffmpeg/libavutil/common.h:55,
>                  from /home/vlc/svn-may/ffmpeg/libavutil/avutil.h:44,
>                  from avcodec.h:34,
>                  from mpegvideo.c:30:
> /home/vlc/svn-may/ffmpeg/libavutil/internal.h:269: warning: static
> declaration of 'lrintf' follows non-static declaration
> In file included from mpegvideo.c:30:
> avcodec.h:2505: warning: `ImgReSampleContext' is deprecated (declared at
> avcodec.h:2484)
> avcodec.h:2511: warning: `ImgReSampleContext' is deprecated (declared at
> avcodec.h:2484)
> mpegvideo.c: In function `MPV_encode_picture':
> /home/vlc/svn-may/ffmpeg/libavutil/internal.h:269: sorry, unimplemented:
> inlining failed in call to 'lrintf': redefined extern inline functions
> are not considered for inlining
> mpegvideo.c:2633: sorry, unimplemented: called from here

lrintf problems usually are caused by some library being misdetected or
using wrong compiler/linker flags.  Check config.err to see what went
wrong.

Diego




More information about the ffmpeg-devel mailing list