Re: [FFmpeg-devel] [PATCH] configure: Add toolchain-prefix option.

2015-01-19 Thread Reimar Döffinger
On Mon, Jan 19, 2015 at 01:37:17PM +0100, Hendrik Leppkes wrote: > On Mon, Jan 19, 2015 at 1:32 PM, Michael Niedermayer > wrote: > > > It's even more annoying if you want to compile for 32 bit on a 64 bit > > system (you can use -m32 at least in some cases, but this seems simpler and > > more cons

Re: [FFmpeg-devel] [PATCH] configure: Add toolchain-prefix option.

2015-01-19 Thread Hendrik Leppkes
On Mon, Jan 19, 2015 at 1:32 PM, Michael Niedermayer wrote: > On Mon, Jan 19, 2015 at 07:43:41AM +0100, Reimar Döffinger wrote: > > On 19.01.2015, at 03:05, Michael Niedermayer wrote: > > > On Thu, Jan 01, 2015 at 10:00:25AM +0100, Reimar Döffinger wrote: > > >> Useful to select e.g. between min

Re: [FFmpeg-devel] [PATCH] configure: Add toolchain-prefix option.

2015-01-19 Thread Michael Niedermayer
On Mon, Jan 19, 2015 at 07:43:41AM +0100, Reimar Döffinger wrote: > On 19.01.2015, at 03:05, Michael Niedermayer wrote: > > On Thu, Jan 01, 2015 at 10:00:25AM +0100, Reimar Döffinger wrote: > >> Useful to select e.g. between mingw32, 32-bit mingw64 and 64-bit mingw64 > >> toolchains, which all are

Re: [FFmpeg-devel] [PATCH] configure: Add toolchain-prefix option.

2015-01-18 Thread Reimar Döffinger
On 19.01.2015, at 03:05, Michael Niedermayer wrote: > On Thu, Jan 01, 2015 at 10:00:25AM +0100, Reimar Döffinger wrote: >> Useful to select e.g. between mingw32, 32-bit mingw64 and 64-bit mingw64 >> toolchains, which all are not cross-compilation toolchains. >> >> Signed-off-by: Reimar Döffinger

Re: [FFmpeg-devel] [PATCH] configure: Add toolchain-prefix option.

2015-01-18 Thread Michael Niedermayer
On Thu, Jan 01, 2015 at 10:00:25AM +0100, Reimar Döffinger wrote: > Useful to select e.g. between mingw32, 32-bit mingw64 and 64-bit mingw64 > toolchains, which all are not cross-compilation toolchains. > > Signed-off-by: Reimar Döffinger is this intended for building with mingw* on windows ? if

Re: [FFmpeg-devel] [PATCH] configure: Add toolchain-prefix option.

2015-01-18 Thread Reimar Döffinger
On Thu, Jan 01, 2015 at 10:00:25AM +0100, Reimar Döffinger wrote: > Useful to select e.g. between mingw32, 32-bit mingw64 and 64-bit mingw64 > toolchains, which all are not cross-compilation toolchains. Ping? ___ ffmpeg-devel mailing list ffmpeg-devel@ff

[FFmpeg-devel] [PATCH] configure: Add toolchain-prefix option.

2015-01-01 Thread Reimar Döffinger
Useful to select e.g. between mingw32, 32-bit mingw64 and 64-bit mingw64 toolchains, which all are not cross-compilation toolchains. Signed-off-by: Reimar Döffinger --- configure | 8 1 file changed, 8 insertions(+) diff --git a/configure b/configure index 9085200..5c1cbca 100755 --- a