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.

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

Reply via email to