On Wed, Jan 20, 2016 at 10:55:54PM +0100, wm4 wrote:
[...]
> > +static inline void ff_pthread_setname(const char *name)
> > +{
> > +#if defined(__APPLE__)
> > +    pthread_setname_np(name);
> > +#elif defined(__linux__)
> > +    pthread_setname_np(pthread_self(), name);
> 
> Just because you're on Linux it doesn't mean this function is available,
> or even if it is, that it has this signature.
> 

So in the end, you think a convoluted configure check is going to be
necessary?

[...]

-- 
Clément B.

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to