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 A6854462D3 for ; Mon, 14 Aug 2023 11:53:37 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8D39368C53F; Mon, 14 Aug 2023 14:53:34 +0300 (EEST) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D209D68C398 for ; Mon, 14 Aug 2023 14:53:28 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 04413240002; Mon, 14 Aug 2023 11:53:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amyspark.me; s=gm1; t=1692014008; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=j5E8EUqDOGnWbxKPgvW43JsK6sJe1TkMyJ31QoxJDkg=; b=OOo2+/iFwqibJJU7cUZVdqADfmDvyuC8Vbc1Oe8QP03B3mKsy2/tMsDrhT2w3WdOykJgjn 4p400bfynUvba5mfxY1bBeCad3/JvdI/gHeye8LK6v9prLn5YSFiW0tTVSBB0Dx0mbgIuv g+OvYPwXnIBgVTszGSOoNaUd+RA1yELY/MhjDOUxN3YtERFRYQh0p8RHDJ4M6HbLtHFGjr JbhmGCtMJG4HuVtostx63gRd92Y8vVnu/c80jrl4UtUgLH/28SnzyKLnnZSK9ZIODLPQOL eRXOeEiiPfi3Edvbgtexuoe328BmIn3L5I4IViOjtivgjDuBXan/S6tdoGUrlw== Message-ID: <143a582d-f746-4bed-b670-13e1374bd6c9@amyspark.me> Date: Mon, 14 Aug 2023 08:53:22 -0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird From: "L. E. Segovia" To: ffmpeg-devel@ffmpeg.org References: <13ea8238-3765-4d29-a176-d6543e3dc4b9@amyspark.me> Content-Language: en-US In-Reply-To: <13ea8238-3765-4d29-a176-d6543e3dc4b9@amyspark.me> X-GND-Sasl: amy@amyspark.me Subject: [FFmpeg-devel] [PATCH v4 0/1] configure: Set WIN32_LEAN_AND_MEAN at configure time 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: Now adapted to insert WIN32_LEAN_AND_MEAN for MinGW and Cygwin too. L. E. Segovia (1): configure: Set WIN32_LEAN_AND_MEAN at configure time compat/atomics/win32/stdatomic.h | 1 - compat/w32pthreads.h | 1 - configure | 3 +++ libavdevice/dshow_capture.h | 1 - libavdevice/opengl_enc.c | 1 - libavfilter/vsrc_ddagrab.c | 1 - libavformat/os_support.c | 6 ++---- libavutil/wchar_filename.h | 1 - libswscale/utils.c | 1 - 9 files changed, 5 insertions(+), 11 deletions(-) -- 2.41.0 _______________________________________________ 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".