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 420BD4352D for ; Wed, 14 Dec 2022 10:56:54 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4BCD868BAF5; Wed, 14 Dec 2022 12:56:52 +0200 (EET) Received: from mail-ej1-f54.google.com (mail-ej1-f54.google.com [209.85.218.54]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C3B5868B5D7 for ; Wed, 14 Dec 2022 12:56:45 +0200 (EET) Received: by mail-ej1-f54.google.com with SMTP id tz12so20919693ejc.9 for ; Wed, 14 Dec 2022 02:56:45 -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=gUIQ20rNw4hCfJwBHsFyHY/4vggwkElUhXuhLEKOqGo=; b=H3HljxoMUrZoCEeXuK6GN88EFAZ1SPXOCbLYTxPY/bF3ryOngzYaqgROfQTSefDT0j JUEi9xXvI/VgjWhtlpky2ao5xDV8TDTOl2c34geEhl0qiu6gc49lgrov3JZbHKnMNvrf 23fZ6qLE8sN0Pr5O3DrvHNDAE+MTZJeX8qPebFDMxK78Txsk8O/V+taDnwLrDBOwxFbC j6qAcTCP93kj8t32LNcl8yJwZk1jYztQwb8Eq+QLPEMpI6rAEPltzgAA0OX2vRIFIUB5 B9HBVjb7NQWyIim+83aZ2+jJjZvntEnNainjYro2276dlptX2JbNWneo6PkFest2Lfn5 ub1g== 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=gUIQ20rNw4hCfJwBHsFyHY/4vggwkElUhXuhLEKOqGo=; b=zfY83bppHpxis6HcPvUq6rqbRdgpKJx76ESXyZVoK6WAOoFnJ7I5DUgFewd9yxSEaQ NmOczbGnWSn0b3GVwHsfFBwZLLWDd1xrKDfrZxXEx7yDSIYJoXzt3GB5Eil5bwK69GnQ n1WH0UFJb7xQahntPw2rDZrsddnXqX4Ug7guK7ITuhmtdUCYMuvFdDgl9jAoMebffG83 Wrn7qi8Pn39EvrQIdI7HS1eO5217fimokpx/Ylg9PbGa0eskOX8c2o1cd6j25PpWR1cL aVyE9UEI6jfO4ymSfwRW0qMcMw8cMAgUtBG6LuSTn43ed5zEI0UcncqBGt38zjQcliBt 0d7Q== X-Gm-Message-State: ANoB5pkVuSN5yF1djh4CkM2lSj5c+HgjbklIDDAo/SInC/Iq8m2sFnB7 UvfKSCmyeVfyIZY9U+mT05s5fXI/MF2PE6MAbBej1keV X-Google-Smtp-Source: AA0mqf4Z1QlL26mAo0O4isrMmpNjgJUv/zLYY+d3oDtxCHTE+HFSPrLe67WsEVA5yjg12ctMmyf2LP6sbo2Fedrs8NE= X-Received: by 2002:a17:907:2c68:b0:7c0:999d:1767 with SMTP id ib8-20020a1709072c6800b007c0999d1767mr32566130ejc.301.1671015405213; Wed, 14 Dec 2022 02:56:45 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Carl Eugen Hoyos Date: Wed, 14 Dec 2022 11:55:22 +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 Mi., 14. Dez. 2022 um 00:43 Uhr schrieb Timo Rothenpieler : > > On 13.12.2022 20:00, Carl Eugen Hoyos wrote: > > Ping. > > Could you give an example where host-os is not win32 when > > compiling with msvc? > > WSL, which I quite regularly use to test MSVC builds. > Just need to launch it from inside an msvc shell. This is the bug that my patch is trying to fix: When you build with msvc in wsl, you are doing a native build on win32. I want to avoid the "--host-os=win32" for this case. I had not imagined an msvc build using wine on Linux. 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".