[FFmpeg-devel] [PATCH] lavd: export all symbols with av prefix
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Mon Oct 20 08:47:19 CEST 2014
On 19.10.2014, at 13:39, Lukasz Marek <lukasz.m.luki2 at gmail.com> wrote:
> Signed-off-by: Lukasz Marek <lukasz.m.luki2 at gmail.com>
> ---
> libavdevice/libavdevice.v | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavdevice/libavdevice.v b/libavdevice/libavdevice.v
> index 663af85..d7c86ba 100644
> --- a/libavdevice/libavdevice.v
> +++ b/libavdevice/libavdevice.v
> @@ -1,4 +1,4 @@
> LIBAVDEVICE_$MAJOR {
> - global: avdevice_*;
> + global: av*;
I'd prefer if we'd keep the explicit _ termination and explicitly list all prefixes that get exported.
I admit that luckily av is uncommon in English to start a word so it probably won't matter much though.
More information about the ffmpeg-devel
mailing list