From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id BD94944C04 for ; Tue, 13 Dec 2022 21:52:58 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A8C0868BD75; Tue, 13 Dec 2022 23:52:55 +0200 (EET) Received: from mail-ej1-f52.google.com (mail-ej1-f52.google.com [209.85.218.52]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id EEEDA68BC8C for ; Tue, 13 Dec 2022 23:52:48 +0200 (EET) Received: by mail-ej1-f52.google.com with SMTP id x22so40033756ejs.11 for ; Tue, 13 Dec 2022 13:52:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=KR5fdTDXY+tnXDM5KLUnDlQJijaIUB2NzXMtgzshcCg=; b=ZluxcSOslZmFpLclCY/rXd1O8qr/SW+IXSJnt7gs+NHZmr8vjIfvbI/Y4P+9M69zfe +xgAkUqSBQaPpaTIO5nzeGDO6urclLNRKovs6BG/8no+bCvJppttBufoi9s5537cGkVL wyJtFXuA8zvXb+Pcz6o21Mf43euLowJDSDeLcBaEdwNErp2bqcedmSyXdZL+UawQNSlY F0FOw1NyfPdq5fcJ4LiCvLjYR60M4IqSyLKw5KRUx6LJgm1jylRtgONwhC4M/s5Ha1sy FMqcoh5H1FS9i6ricoEKlNa26Y4ihDjs6z3RXe2AzEnrRupPxlVmmCbp8NDfuK7pLMSX HjnA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=KR5fdTDXY+tnXDM5KLUnDlQJijaIUB2NzXMtgzshcCg=; b=hVmnMkdSkpgzMH5TdYOFWDj7LxlxChOKZPUrZ/6GRB/TAenq2jWXJXhHdXtLuNi6PL Cs2M+Ofs77qo5yYnFmRfq/LWQJOIycCDzTalcbYDxj5OwaDY9gFHrJJf5BDDkalYpqEn Ci1daMwRBrLiFnolcTsrhjZ7P4o2eTosMHtluRDEGrSaqW6SjT17Lx3ECWFvq2g7oyKM fDy/79738pDGVRJdENLvrEC+j2YA34KL7MyUsyREVFW1FQ2LBkt57t0o7IQ99yjpZO6z U6x/2o9kwlJcg9jOSDlHuu7+A28zzaec8qb7UO+ZFykWO8P1/8afcpP3FB0A0JGA+Tr6 UeGQ== X-Gm-Message-State: ANoB5pn1xVv0dyx+rFO/EueRDUWunHNJviQvb5BUQokUtqONPIK8zBvG Xtey1yrsGpnFEjno06DPtQPoO7xn0yf+CYCYqrnqXUk3 X-Google-Smtp-Source: AA0mqf4SjGzHxjmdoSXvnawdSndGVRAQif0Gv+xtSx4D1YZDO34JB3UgRhpHrL9cWVg0ANFkLz8XNzCh7HycKl8o7pU= X-Received: by 2002:a17:906:809:b0:7c0:e4b8:7587 with SMTP id e9-20020a170906080900b007c0e4b87587mr16983279ejd.593.1670968368278; Tue, 13 Dec 2022 13:52:48 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Carl Eugen Hoyos Date: Tue, 13 Dec 2022 22:51:26 +0100 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH]configure: Assume target-os=win32 for toolchain msvc X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Am Di., 13. Dez. 2022 um 20:21 Uhr schrieb Hendrik Leppkes : > > On Tue, Dec 13, 2022 at 8:02 PM Carl Eugen Hoyos wrote: > > > > Am So., 27. Nov. 2022 um 18:42 Uhr schrieb Carl Eugen Hoyos > > : > > > > > > Am So., 27. Nov. 2022 um 18:16 Uhr schrieb Hendrik Leppkes > > > : > > > > > > > > On Sun, Nov 27, 2022 at 6:13 PM Carl Eugen Hoyos wrote: > > > > > > > > > > Hi! > > > > > > > > > > Attached patch slightly simplifies building with MSVC. > > > > > > > > > > Please comment, Carl Eugen > > > > > > > > I don't think any toolchain value should make assumptions about the > > > > host it is running on, because between WSL and Wine, you can certainly > > > > do a bunch of specific things where this is not true. > > > > > > If this is true, then my patch is of course incorrect. > > > But could you give an example? > > > I was under the impression that cl.exe can only run > > > in win32. > > > > Ping. > > Could you give an example where host-os is not win32 when > > compiling with msvc? > > > > When using wine, your host is linux. Understood, thank you! Carl Eugen _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".