[FFmpeg-devel] libavutil/error.c patch to include string.h

Dominick Allen djallen at librehumanitas.org
Sun Sep 1 01:07:25 CEST 2013


When building against musl instead of glibc, compilation fails at
libavutil/error.c

CC      libavutil/error.o
libavutil/error.c: In function 'av_strerror':
libavutil/error.c:68:9: error: implicit declaration of function
'strerror_r' [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
make: *** [libavutil/error.o] Error 1
make: *** Waiting for unfinished jobs....

Attached the patch.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpeg-avutil.patch
Type: text/x-patch
Size: 272 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130831/372050a5/attachment.bin>


More information about the ffmpeg-devel mailing list