Re: [FFmpeg-devel] [PATCH v2] configure: fix symbol prefix detection

2024-09-12 Thread epirat07
On 12 Sep 2024, at 8:03, Martin Storsjö wrote: > On Wed, 11 Sep 2024, Marvin Scholz wrote: > >> The symbol prefix check would incorrectly detect a bogus prefix in >> circumstances where sanitizers >> instrument the build, like when configuring with the clang-asan toolchain >> where it would de

Re: [FFmpeg-devel] [PATCH v2] configure: fix symbol prefix detection

2024-09-11 Thread Martin Storsjö
On Wed, 11 Sep 2024, Marvin Scholz wrote: The symbol prefix check would incorrectly detect a bogus prefix in circumstances where sanitizers instrument the build, like when configuring with the clang-asan toolchain where it would detect the prefix as __odr_asan_gen_, which is obviously wrong.

[FFmpeg-devel] [PATCH v2] configure: fix symbol prefix detection

2024-09-11 Thread Marvin Scholz
The symbol prefix check would incorrectly detect a bogus prefix in circumstances where sanitizers instrument the build, like when configuring with the clang-asan toolchain where it would detect the prefix as __odr_asan_gen_, which is obviously wrong. To fix this, adjust the prefix detection to o