[MPlayer-users] compilation aborted with shared libavcodec

D Richard Felker III dalias at aerifal.cx
Wed Sep 11 21:37:02 CEST 2002


On Wed, Sep 11, 2002 at 08:05:22PM +0200, Sylvain Petreolle wrote:
> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
> it's the one installed by ffmpeg...

The problem is that you're trying to use a system-wide installed
libavcodec rather than compiling it as part of mplayer, AND you've
included liba52 in libavcodec. This will conflict with the copy of
liba52 inside mplayer and cause linking to fail. Either (preferably)
build libavcodec as part of mplayer (this will ensure that lavc cvs
gets updated to latest version whenever you update mplayer, which is a
very good thing), or else build your system-wide copy of libavcodec
without liba52.

Rich




More information about the MPlayer-users mailing list