Re: [FFmpeg-devel] [PATCH 2/2] lavu/error: add missing error messages for errors supported on all platforms

2015-12-17 Thread Marton Balint
On Sat, 12 Dec 2015, Michael Niedermayer wrote: On Wed, Dec 09, 2015 at 10:12:52PM +0100, Marton Balint wrote: We need these if we have no strerror_r. Descriptions are taken from doc/errno.txt except for ENOMEM. Signed-off-by: Marton Balint --- libavutil/error.c | 37

Re: [FFmpeg-devel] [PATCH 2/2] lavu/error: add missing error messages for errors supported on all platforms

2015-12-12 Thread Michael Niedermayer
On Wed, Dec 09, 2015 at 10:12:52PM +0100, Marton Balint wrote: > We need these if we have no strerror_r. > > Descriptions are taken from doc/errno.txt except for ENOMEM. > > Signed-off-by: Marton Balint > --- > libavutil/error.c | 37 + > 1

[FFmpeg-devel] [PATCH 2/2] lavu/error: add missing error messages for errors supported on all platforms

2015-12-09 Thread Marton Balint
We need these if we have no strerror_r. Descriptions are taken from doc/errno.txt except for ENOMEM. Signed-off-by: Marton Balint --- libavutil/error.c | 37 + 1 file changed, 37 insertions(+) diff --git a/libavutil/error.c