Re: [FFmpeg-devel] [PATCH 1/2] avcodec/jpegtables: Mark jpegtables as hidden

2022-10-17 Thread Andreas Rheinhardt
Andreas Rheinhardt: > These tables are not exported as avpriv symbols, but instead > included into every library using them. Therefore they > can be mark with the hidden elf visibility. For certain arches > this is necessary in order to avoid building suboptimal code; > for other arches it just all

[FFmpeg-devel] [PATCH 1/2] avcodec/jpegtables: Mark jpegtables as hidden

2022-10-14 Thread Andreas Rheinhardt
These tables are not exported as avpriv symbols, but instead included into every library using them. Therefore they can be mark with the hidden elf visibility. For certain arches this is necessary in order to avoid building suboptimal code; for other arches it just allows the compiler to simplify a