[FFmpeg-trac] #11121(build system:new): configure: fails to detect pthread_setname_np
FFmpeg
trac at avcodec.org
Thu Aug 1 13:04:32 EEST 2024
#11121: configure: fails to detect pthread_setname_np
-------------------------------------+-------------------------------------
Reporter: Sebastian | Owner: (none)
Ramacher |
Type: defect | Status: new
Priority: normal | Component: build
| system
Version: git-master | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by elenril):
Ah, you're right. Still, why is not detecting that function a problem?
It's only relevant for Apple and BSD, on Linux we use `prctl()` to set the
thread name.
Seems it's gated behind `GNU_SOURCE` in glibc, and we probably don't want
to go there.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11121#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list