Reinhard Tartler writes:
> On Tue, May 8, 2012 at 12:29 PM, Goswin von Brederlow
> wrote:
>> Package: libavformat53
>> Version: 6:0.8.2-1
>> Severity: normal
>>
>> After updating libavformat53 my mplayer suddenyl fails:
>>
>> mplayer: relocation error: mplayer: symbol ff_codec_wav_tags, version
On Tue, May 8, 2012 at 12:29 PM, Goswin von Brederlow wrote:
> Package: libavformat53
> Version: 6:0.8.2-1
> Severity: normal
>
> After updating libavformat53 my mplayer suddenyl fails:
>
> mplayer: relocation error: mplayer: symbol ff_codec_wav_tags, version
> LIBAVFORMAT_53 not defined in file
ff_codec_wav_tags is not part of the ABI (all symbols with ff_ prefix in
Libav are internal and may not be used in outside applications).
MPlayer1 is designed to be compiled with an embedded copy of FFmpeg
rather than use shared libraries for libavformat etc. It does not stay
within the API export
Package: libavformat53
Version: 6:0.8.2-1
Severity: normal
After updating libavformat53 my mplayer suddenyl fails:
mplayer: relocation error: mplayer: symbol ff_codec_wav_tags, version
LIBAVFORMAT_53 not defined in file libavformat.so.53 with link time reference
Looks like libavformat has remov