Re: [FFmpeg-devel] [PATCH] libavformat.v, libavutil.v: tighten export whitelist

2025-07-03 Thread Scott Theisen
On 2025/07/03 12:32, James Almer wrote: On 7/3/2025 1:28 PM, Andreas Rheinhardt wrote: Scott Theisen: This matches how the other libraries define their exported symbols. ---   libavformat/libavformat.v | 5 -   libavutil/libavutil.v | 4 +++-   2 files changed, 7 insertions(+), 2 deletion

Re: [FFmpeg-devel] [PATCH] libavformat.v, libavutil.v: tighten export whitelist

2025-07-03 Thread James Almer
On 7/3/2025 1:28 PM, Andreas Rheinhardt wrote: Scott Theisen: This matches how the other libraries define their exported symbols. --- libavformat/libavformat.v | 5 - libavutil/libavutil.v | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libavformat/libavforma

Re: [FFmpeg-devel] [PATCH] libavformat.v, libavutil.v: tighten export whitelist

2025-07-03 Thread Andreas Rheinhardt
Scott Theisen: > This matches how the other libraries define their exported symbols. > --- > libavformat/libavformat.v | 5 - > libavutil/libavutil.v | 4 +++- > 2 files changed, 7 insertions(+), 2 deletions(-) > > diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v > index

[FFmpeg-devel] [PATCH] libavformat.v, libavutil.v: tighten export whitelist

2025-06-29 Thread Scott Theisen
This matches how the other libraries define their exported symbols. --- libavformat/libavformat.v | 5 - libavutil/libavutil.v | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v index 47d5ddcdb1..39aa185309 100644