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 B2FB344FA5 for ; Tue, 13 Dec 2022 19:01:59 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 695F468BE21; Tue, 13 Dec 2022 21:01:56 +0200 (EET) Received: from mail-ej1-f43.google.com (mail-ej1-f43.google.com [209.85.218.43]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C2E4568BC50 for ; Tue, 13 Dec 2022 21:01:50 +0200 (EET) Received: by mail-ej1-f43.google.com with SMTP id x22so38886874ejs.11 for ; Tue, 13 Dec 2022 11:01:50 -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=RS08X3vl1yhsZ0eGpjA+Vr2DuMaHKxpqUR/Kwg55guM=; b=GAMQ8usH96SJkNsIHe+LHoy9//TSUEehCJEuPFQ8hAaDYCeI7yP8hm7wLK6MMi9P5K VESZFxeHf2uu9jibJmQj+x387DF4+ukJLhtjmevAhwRKdToIz9MkOAqyvXBPiHbuqRei 5l1Q4koD7mW6/glGa56u4CTY4sDm2HnUIOE56SyyBfwl5lOGN/wbOCoxJT/XT1wi6qkC hXO5e6ckTHLwTJ8uBNPgHKCFwJ0dmMjVbMJZ7HFNBGiBkyxoUHXmqQ8pZXo+5C/J7Rpm mD2JfHeq2in7kugDQKvmXU+BMcYCxJeAnsfFPE6jjRthCJvqCcYoi9Z/2a8b0z65OFNW LzZQ== 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=RS08X3vl1yhsZ0eGpjA+Vr2DuMaHKxpqUR/Kwg55guM=; b=fO/7jTW+GJ/ZLyvsuS+ECF+rDPhKDhpz69h1/yjdUNtnf93yQsrkHGtzLQajAEO56m 2GUuUcMh5pRM3LcFeGCdnRQRQ7m8N7QDCmWH8YF65n1Z+92xSX1JT0ajsTUYQwLWELlP hDvWpaA4HSSshPIngWw6hrKtGo4c0uVk608JcpgF9tGKv5BcSDQ/Slou1tNzenLqrZyo YzPs1Bmf/nC+4p62at7T+sbjgnUeWggJwMKjk9NNRMaEgQxqCIuaRUq5X1+weqCIf/f4 MIh0qv2cR/u1n8BKGYpByGKLJkgi9MxB9jeLa7T0kKQJA2WbZWUKk0LVr2o46WBmCjV2 v46g== X-Gm-Message-State: ANoB5pl+38LYesmLAC89lvpcJv0pOqYE6/Y0LDkqdOV86T6DvTnoAJ8F dqNtXsRQaEtn/oOnTPYRlauL5NgLzMJBC9bbBP5RgeTx X-Google-Smtp-Source: AA0mqf6M97yNW+uo9wVNoMhTrR9GscVxnRbHTqw+U3Je+9e5V1hL5G8oyWpuPreinXkzZZ5az5cRX4ByJCAiPnzG3e4= X-Received: by 2002:a17:906:52cd:b0:7c0:f212:46fc with SMTP id w13-20020a17090652cd00b007c0f21246fcmr16329274ejn.214.1670958110185; Tue, 13 Dec 2022 11:01:50 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Carl Eugen Hoyos Date: Tue, 13 Dec 2022 20:00:28 +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 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? 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".