On Sun, Oct 11, 2015 at 6:31 PM Ganesh Ajjanagadde <gajja...@mit.edu> wrote:

> Just to make this clear: suppose (hypothetically) av_ctz was public.
> If my application never used av_ctz, but I (or my distro) upgrades
> libav*, then I don't need to recompile/relink my code?
>

If we are only talking about av_ctz here, no, you don't need to rebuild
your code. But if a user uses a new libavutil but an old libavcodec that
still uses av_ctz, things will crash and burn.

Timothy
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to