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 7DBE043110 for ; Fri, 20 May 2022 20:49:14 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 10D3868B476; Fri, 20 May 2022 23:49:11 +0300 (EEST) Received: from tytanium.xyz (82-64-195-121.subs.proxad.net [82.64.195.121]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id F382168B3F4 for ; Fri, 20 May 2022 23:49:04 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tytanium.xyz; s=mail; t=1653079743; h=from:from:sender: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; bh=YlZlgU6s4/OSUGGCFLs0SfgPtJ8yd40o0eCgMtWiRSE=; b=Ki9NvO+x52NxKuLRvvmc8H4m3NItIIljDM7nAuRgwtH7Gc3afxxVUClgiy4ZayHFc6Tym6 3Ey0agicaYIk/MKgsjHsIN0kHQI70Pdx6rOf8Zvj65E9ZYztjxP7cIyyxPU7xIIupIDY4D YTZod95pkrES7tm270j9O/3nKb9WvSQ= From: Trystan Mata To: ffmpeg-devel@ffmpeg.org Date: Fri, 20 May 2022 22:48:58 +0200 Message-ID: <14260364.O2sbSnjLyG@h97-pc-mate> In-Reply-To: <7b577e45-b12b-c5c-4ec7-10ac6963ef1@martin.st> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH v3] avcodec/mfenc: Dynamically load MFPlat.DLL 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="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Firstly, I'm sorry about those patches without changes mentioned. As changes, there was just a whitespace that I removed. I'm not used at all to sending matches through mailing list. And Patchwork = failed to apply my patches, so I resend it trying to see if the way I sent = the = patch was wrong. If I understood correctly, I need to change my patch to link FFmpeg against = MFPlat.DLL on UWP targets. And for the symbols, I try to "load" them =E0 la ff_MFTEnumEx. And so dynam= ically = load MFPlat.DLL on non-UWP targets. Thank you for your review and you time. // Trystan _______________________________________________ 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".