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

Timo Rothenpieler timo at rothenpieler.org
Sat Jun 12 19:22:22 EEST 2021


On 12.06.2021 18:08, Hendrik Leppkes wrote:
> 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.

This is mainly an issue when using MSYS as environment to build with MSVC.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4494 bytes
Desc: S/MIME Cryptographic Signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20210612/941cb1a2/attachment.bin>


More information about the ffmpeg-devel mailing list