On Sat, Aug 22, 2015 at 4:51 AM, Nicolas George <geo...@nsup.org> wrote:

> Le quintidi 5 fructidor, an CCXXIII, Claudio Freire a écrit :
> > They were included in the symbol table but only as local, the
> libavcodec.v
> > file makes sure to make everything not explicitly mentioned for export
> > local.
> >
> > Though it's possible that it depends on the compiler version?
>
> It depends on the kind of library: libavcodec.v affects shared objects, but
> not static libraries. Static libraries are just an indexed archive of
> object
> files, the "exported" symbols are exactly the non-static ones.
>


Ah, that clears things up.

Thanks for the explanation :)
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to