#4263: libavutil compile error
-------------------------------------+----------------------------------
Reporter: jonshouse | Owner:
Type: defect | Status: new
Priority: normal | Component: avutil
Version: unspecified | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+----------------------------------
Comment (by mastered):
It seems you get gnu version of strerror_r
Try to add to libavutil/error.c:
#define _POSIX_C_SOURCE 200112
So you get:
#undef _GNU_SOURCE
#define _POSIX_C_SOURCE 200112
#define _XOPEN_SOURCE 600 /* XSI-compliant version of strerror_r */
--
Ticket URL: <https://trac.ffmpeg.org/ticket/4263#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac