Re: [FFmpeg-devel] [PATCH] libavformat/img2dec: fix warning when !HAVE_GLOB

2015-01-22 Thread Nicolas George
Le duodi 2 pluviôse, an CCXXIII, Christophe Gisquet a écrit : > the attached patch fixes a warning under MinGW (no idea about msys2). return AVERROR(EATTACHMENTFORGOTTEN); Regards, -- Nicolas George signature.asc Description: Digital signature ___

Re: [FFmpeg-devel] [PATCH] libavformat/img2dec: fix warning when !HAVE_GLOB

2015-01-21 Thread Michael Niedermayer
On Wed, Jan 21, 2015 at 08:11:19PM +0100, Christophe Gisquet wrote: > 2015-01-21 20:06 GMT+01:00 Christophe Gisquet : > > Hi, > > > > the attached patch fixes a warning under MinGW (no idea about msys2). > > With aforementioned patch. > > -- > Christophe > img2dec.c |4 +++- > 1 file chang

Re: [FFmpeg-devel] [PATCH] libavformat/img2dec: fix warning when !HAVE_GLOB

2015-01-21 Thread Christophe Gisquet
2015-01-21 20:06 GMT+01:00 Christophe Gisquet : > Hi, > > the attached patch fixes a warning under MinGW (no idea about msys2). With aforementioned patch. -- Christophe From 54b6d1b588d4a15f51345f8ca1fc5b8ab0660b7e Mon Sep 17 00:00:00 2001 From: Christophe Gisquet Date: Tue, 20 Jan 2015 22:03:1