On Sat, Jun 12, 2021 at 2:31 PM Timo Rothenpieler <t...@rothenpieler.org> 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() { > case $1 in > - > mingw32*|mingw64*|win32|win64|cygwin*|*-dos|freedos|opendos|os/2*|symbian) > echo .exe ;; > + > mingw32*|mingw64*|msys*|win32|win64|cygwin*|*-dos|freedos|opendos|os/2*|symbian) > echo .exe ;; > esac > } >
Technically, you should never be building ffmpeg for msys, its only designed as a target to build the msys tools itself, anything not related to the core system should be build using a mingw target. But I suppose there is no harm in including that. - Hendrik _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".