Re: [FFmpeg-devel] [PATCH v2] avutil/attributes_internal: Add visibility pragma

2022-10-09 Thread Andreas Rheinhardt
Andreas Rheinhardt: > GCC 4.0 not only added a visibility attribute, but also > a pragma to set it for a whole region of code.* > This commit exposes this via macros. > > *: See https://gcc.gnu.org/gcc-4.0/changes.html > > Signed-off-by: Andreas Rheinhardt > --- > libavutil/attributes_internal.

[FFmpeg-devel] [PATCH v2] avutil/attributes_internal: Add visibility pragma

2022-10-04 Thread Andreas Rheinhardt
GCC 4.0 not only added a visibility attribute, but also a pragma to set it for a whole region of code.* This commit exposes this via macros. *: See https://gcc.gnu.org/gcc-4.0/changes.html Signed-off-by: Andreas Rheinhardt --- libavutil/attributes_internal.h | 4 1 file changed, 4 insertio