Re: [FFmpeg-devel] [PATCH 5/5] fate: Add test for namespace prefixes in libraries

2021-01-21 Thread James Almer
On 1/21/2021 6:39 PM, Mark Thompson wrote: Ensures that external symbols in the built static libraries either have correct namespace prefixes or are on a known list of exceptions. --- tests/Makefile | 1 + tests/fate/namespace.mak| 19 ++ tests/fate/n

[FFmpeg-devel] [PATCH 5/5] fate: Add test for namespace prefixes in libraries

2021-01-21 Thread Mark Thompson
Ensures that external symbols in the built static libraries either have correct namespace prefixes or are on a known list of exceptions. --- tests/Makefile | 1 + tests/fate/namespace.mak| 19 ++ tests/fate/namespace.sh | 15 tests/ref

Re: [FFmpeg-devel] [PATCH 5/5] fate: Add test for namespace prefixes in libraries

2018-06-25 Thread Mark Thompson
On 25/06/18 18:41, Michael Niedermayer wrote: > On Sun, Jun 24, 2018 at 07:25:39PM +0100, Mark Thompson wrote: >> Ensures that there are no external symbols in the built static libraries >> which do not have suitable namespace prefixes. >> --- >> Not sure whether this will actually work on all plat

Re: [FFmpeg-devel] [PATCH 5/5] fate: Add test for namespace prefixes in libraries

2018-06-25 Thread Michael Niedermayer
On Sun, Jun 24, 2018 at 07:25:39PM +0100, Mark Thompson wrote: > Ensures that there are no external symbols in the built static libraries > which do not have suitable namespace prefixes. > --- > Not sure whether this will actually work on all platforms? (Only tested with > Linux/binutils.) fails

[FFmpeg-devel] [PATCH 5/5] fate: Add test for namespace prefixes in libraries

2018-06-24 Thread Mark Thompson
Ensures that there are no external symbols in the built static libraries which do not have suitable namespace prefixes. --- Not sure whether this will actually work on all platforms? (Only tested with Linux/binutils.) tests/Makefile | 1 + tests/fate/namespace.mak | 20 ++