[FFmpeg-devel] [PATCH] restoring binary compatibility with ffmpeg 0.5
Reimar Döffinger
Reimar.Doeffinger
Sun Jun 6 17:11:51 CEST 2010
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.
More information about the ffmpeg-devel
mailing list