On Mon, Jun 11, 2012 at 10:51:28AM +0200, Diego Biurrun wrote:
> On Fri, Jun 08, 2012 at 03:49:56PM -0400, Justin Ruggles wrote:
> > Needed to properly export avpriv_* symbols.
> > 
> > --- a/libavutil/libavutil.v
> > +++ b/libavutil/libavutil.v
> > @@ -1,4 +1,4 @@
> >  LIBAVUTIL_$MAJOR {
> > -        global: av_*; ff_*; avutil_*;
> > +        global: av*; ff_*;
> >          local: *;
> 
> Shouldn't we be a bit more explicit here and export both "av_*" and
> "avpriv_*" instead?  If somebody adds "avoid_failure()" or the
> "avert_doomsday()" function that everybody is waiting for, then
> the greedy implicit pattern will cover those functions.
> 

Like
http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=04e2ac47495e1910416e607eb03105ddb0a322cc
?

-- 
Clément B.

Attachment: pgp4sKIs0Og05.pgp
Description: PGP signature

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to