Re: [libav-devel] [PATCH] Add gen-rc tool for generating Windows resource files

2014-04-01 Thread Vittorio Giovara
On Mon, Mar 31, 2014 at 7:21 PM, Luca Barbato wrote: > On 31/03/14 15:52, Vittorio Giovara wrote: >> Thanks for catching this, do you think you could also pick and the >> patch that adds that too? >> > > it is just a line in configure... And a simple and nice feature for anyone willing to contrib

Re: [libav-devel] [PATCH] Add gen-rc tool for generating Windows resource files

2014-03-31 Thread Luca Barbato
On 31/03/14 15:52, Vittorio Giovara wrote: > Thanks for catching this, do you think you could also pick and the > patch that adds that too? > it is just a line in configure... ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/

Re: [libav-devel] [PATCH] Add gen-rc tool for generating Windows resource files

2014-03-31 Thread Vittorio Giovara
On Mon, Mar 31, 2014 at 9:02 AM, James Almer wrote: > On 30/03/14 10:49 AM, Vittorio Giovara wrote: >> From: Timothy Gu >> >> --- >> Anyone willing to test this on Windows would be welcome. >> Vittorio >> >> tools/gen-rc | 122 >> +++ >> 1

Re: [libav-devel] [PATCH] Add gen-rc tool for generating Windows resource files

2014-03-31 Thread James Almer
On 30/03/14 10:49 AM, Vittorio Giovara wrote: > From: Timothy Gu > > --- > Anyone willing to test this on Windows would be welcome. > Vittorio > > tools/gen-rc | 122 > +++ > 1 file changed, 122 insertions(+) > create mode 100755 tools/g

[libav-devel] [PATCH] Add gen-rc tool for generating Windows resource files

2014-03-30 Thread Vittorio Giovara
From: Timothy Gu --- Anyone willing to test this on Windows would be welcome. Vittorio tools/gen-rc | 122 +++ 1 file changed, 122 insertions(+) create mode 100755 tools/gen-rc diff --git a/tools/gen-rc b/tools/gen-rc new file mode 10075