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 BE14B412F6 for ; Wed, 16 Feb 2022 15:26:51 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 203A268B276; Wed, 16 Feb 2022 17:26:49 +0200 (EET) Received: from msg-1.mailo.com (msg-1.mailo.com [213.182.54.11]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A1FBD68B23A for ; Wed, 16 Feb 2022 17:26:42 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailo.com; s=mailo; t=1645025201; bh=Vib2Dja9+HeRc9bl5xMlEJ+l0lbIaHCEg0kAKVLMz2c=; h=X-EA-Auth:From:To:Date:Subject:MIME-Version:X-Mailer:Message-ID: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=ai7T3bF7/Qum+MAeRfvisnPaA30rQEDOvLTWPtvpYj/yeD4kULjTg1tAuMkQyyeLG Cp33w4f7jgNbME2LfFbLNBrTU41H+EQb0HRKfVhgeyZ+VN4Vigxm4z+d5q8BxGgaoI nT/89HlTNsn0OjfAQLayBw8hYdCSZcM7iaMdjATE= Received: by www-7.mailo.com with http webmail; Wed, 16 Feb 2022 16:26:41 +0100 (CET) X-EA-Auth: K4IqpX0CPq8S51wbEZRwDsCsl4G3vNXvKOPmqKAgdmv6LXQVu34h4bfnIVVkyQVcrHwTEkaa7cO4JRKvXHc9YXybOGhGzy55 From: nil-admirari@mailo.com To: ffmpeg-devel@ffmpeg.org Date: Wed, 16 Feb 2022 16:26:41 +0100 (CET) X-Priority: 3 MIME-Version: 1.0 X-Mailer: COMS/EA21.01/r20211110 Message-ID: In-Reply-To: <20220214095146.13432-1-nil-admirari@mailo.com> Subject: Re: [FFmpeg-devel] [PATCH v2] Long path support for Windows (fixes #8885) 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: ANSI functions do not support long paths, so I had to change LoadLibraryExA to LoadLibraryExW.in compat/w32dlfcn.h as well. I cannot find other uses of WinAPI functions ending with ..A(. Looks like FFmpeg doesn't use ANSI functions anywhere else, but the codebase is huge, so who knows. Previous patch generated a warning: The first line of the commit message must start with a context...: https://patchwork.ffmpeg.org/project/ffmpeg/patch/20220214095146.13432-1-nil-admirari@mailo.com/. Patch affected multiple files, so in order to specify the context the patch had to be split into pieces. A new version of the patch is at https://ffmpeg.org/pipermail/ffmpeg-devel/2022-February/293106.html. _______________________________________________ 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".