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

Hendrik Leppkes h.leppkes at gmail.com
Sat Jun 12 19:08:08 EEST 2021


On Sat, Jun 12, 2021 at 2:31 PM Timo Rothenpieler <timo at 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


More information about the ffmpeg-devel mailing list