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 D9B5B433D2 for ; Thu, 9 Jun 2022 20:58:02 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5B41968B78B; Thu, 9 Jun 2022 23:58:00 +0300 (EEST) Received: from msg-1.mailo.com (msg-1.mailo.com [213.182.54.11]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 4139368B77A for ; Thu, 9 Jun 2022 23:57:54 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailo.com; s=mailo; t=1654808273; bh=r29zmKn+KOXXywJPvzdDWaRUgeHKyWTiZQJ/4CB9pxc=; h=X-EA-Auth:From:To:Date:Subject:MIME-Version:X-Mailer:Message-ID: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=ZWpzipjOQ/eOX0/Bw2XGTp1c8e2SMlPc0i9VAarmC4//JTrTQJxkoijDA2oQyjlYB UUXFlwJ9Uwj0beCrZoC3pdqzI9A1k14go5K6ouiO1dCRLtJHsG6LSKsh49llx6O2d3 tcKO3FGQsh9kvq8C74lI+u5c7PC70dH9UoU9TzE8= Received: by www-7.mailo.com with http webmail; Thu, 9 Jun 2022 22:57:53 +0200 (CEST) X-EA-Auth: epuWIzHt/Ea0EejW314Ez8fZV9jUpGLpY3IQf7fNoyH7fT3Dwz3eSDwts50olAdD0QzagT1BwBdg0UCtOtejz9HviBk3jU6t From: nil-admirari@mailo.com To: ffmpeg-devel@ffmpeg.org Date: Thu, 9 Jun 2022 22:57:53 +0200 (CEST) X-Priority: 3 MIME-Version: 1.0 X-Mailer: COMS/EA21.01/r20220415 Message-ID: In-Reply-To: <5253117-79a-fddd-1c2e-b6b3812a423b@martin.st> Subject: Re: [FFmpeg-devel] [PATCH v8 0/3] Support long file names on Windows 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: > This error isn't reproducible in git master - it's triggered by your > yet-unmerged patches (that include wchar_filename.h in w32dlfcn.h). Ok. It can be fixed by either - defining NO_DSHOW_STRSAFE in libavcodec/mf_utils.h - or by migrating os_support.h to StrSafe.h functions. Which way is preferable? _______________________________________________ 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".