Re: [FFmpeg-devel] ffmpeg and musl toolchain support

2014-09-02 Thread Jörg Krause
On 09/01/2014 04:59 PM, wm4 wrote: On Mon, 01 Sep 2014 16:14:52 +0200 Jörg Krause wrote: 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

Re: [FFmpeg-devel] ffmpeg and musl toolchain support

2014-09-01 Thread wm4
On Mon, 01 Sep 2014 16:14:52 +0200 Jörg Krause wrote: > 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'