Bug#671934: ABI changes without SONAME change

2012-05-09 Thread Goswin von Brederlow
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

Bug#671934: ABI changes without SONAME change

2012-05-08 Thread Reinhard Tartler
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

Bug#671934: ABI changes without SONAME change

2012-05-08 Thread Uoti Urpala
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

Bug#671934: ABI changes without SONAME change

2012-05-08 Thread Goswin von Brederlow
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