Re: [FFmpeg-devel] [PATCH] configure: msys also has .exe suffix

2021-06-12 Thread Timo Rothenpieler
On 12.06.2021 18:08, Hendrik Leppkes wrote: On Sat, Jun 12, 2021 at 2:31 PM Timo Rothenpieler wrote: --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index bdd23479ba..41449eac5f 100755 --- a/configure +++ b/configure @@ -4424,7 +4424,7

Re: [FFmpeg-devel] [PATCH] configure: msys also has .exe suffix

2021-06-12 Thread Hendrik Leppkes
On Sat, Jun 12, 2021 at 2:31 PM Timo Rothenpieler wrote: > > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure b/configure > index bdd23479ba..41449eac5f 100755 > --- a/configure > +++ b/configure > @@ -4424,7 +4424,7 @@ fi > > exesuf() { > c

[FFmpeg-devel] [PATCH] configure: msys also has .exe suffix

2021-06-12 Thread Timo Rothenpieler
--- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index bdd23479ba..41449eac5f 100755 --- a/configure +++ b/configure @@ -4424,7 +4424,7 @@ fi exesuf() { case $1 in - mingw32*|mingw64*|win32|win64|cygwin*|*-dos|freedos|opendos|o