[MPlayer-dev-eng] mplayer / ffmpeg library version

vmrsss vmrsss at gmail.com
Tue Apr 26 13:46:19 CEST 2011


Hi there,

	At the moment, Mplayer does not compile because of the version bump in the FFmpeg library. Eg:

> libmpcodecs/ad_ffmpeg.c: In function 'init':
> libmpcodecs/ad_ffmpeg.c:125: error: 'CODEC_TYPE_AUDIO' undeclared (first use in this function)
> libmpcodecs/ad_ffmpeg.c:125: error: (Each undeclared identifier is reported only once
> libmpcodecs/ad_ffmpeg.c:125: error: for each function it appears in.)
> libmpcodecs/ad_ffmpeg.c: In function 'decode_audio':
> libmpcodecs/ad_ffmpeg.c:245: warning: 'av_get_bits_per_sample_format' is deprecated (declared at ffmpeg/libavcodec/avcodec.h:3890)
> make: *** [libmpcodecs/ad_ffmpeg.o] Error 1

Is there a patch available?

Also, configure (first downloads FFmpeg from git.videolan, and then) fails to find FFmpeg because it checks for ffmpeg/libavcore which is not there. In my build from GIT there is no libavcore. Shouldn't it be checking for say ffmpeg/libavcodec ?

Thanks.


More information about the MPlayer-dev-eng mailing list