[FFmpeg-devel] [PATCH] restoring binary compatibility with ffmpeg 0.5

Reinhard Tartler siretart
Sun Jun 6 19:09:26 CEST 2010


On So, Jun 06, 2010 at 17:11:51 (CEST), Reimar D?ffinger wrote:

> On Sun, Jun 06, 2010 at 05:03:40PM +0200, Reinhard Tartler wrote:
>> void ff_av_destruct_packet_nofree(AVPacket *pkt);
>> void ff_av_destruct_packet(AVPacket *pkt);
>> int ff_av_new_packet(AVPacket *pkt, int size);
>> int ff_av_dup_packet(AVPacket *pkt);
>> void ff_av_free_packet(AVPacket *pkt);
>> void ff_av_init_packet(AVPacket *pkt);
>
>> ffplay: relocation error: ffplay: symbol av_init_packet, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference
>
> Something does not fit together here.

What doesn't fit here? It makes perfectly sense to me, in ffmpeg 0.5,
the function was in libavformat.so.52 with the mentioned version tag.

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4




More information about the ffmpeg-devel mailing list