Re: [Mingw-w64-public] [PATCH] headers/mfidl: Import mftransform.idl instead of header.

2020-09-30 Thread Martin Storsjö
On Wed, 30 Sep 2020, Biswapriyo Nath wrote: Would you like to provide the configure command to build ffmpeg as per your need? ffmpeg has thousands of configure options and I am not familiar with all of them. Cross compiling, you'd build it like this: ./configure --arch=x86_64

Re: [Mingw-w64-public] dwrite_3.h regression fix

2020-09-30 Thread NightStrike
On Thu, Sep 24, 2020 at 12:03 PM Jacek Caban wrote: > > Hi, > > > I sent this as a patch earlier, but it got stuck on moderation due to > the size. Please review commit: I increased the message size limit from 512KB to 999KB, which appears to be a sourceforge limit. If you think we need larger,

Re: [Mingw-w64-public] dwrite_3.h regression fix

2020-09-30 Thread sanketh
Following up on Biswapriyo's point, at least for our current use case, the following two changes suffice: 1. Updating wine to include the DWRITE_MAKE_FONT_AXIS_TAG macro. See https://github.com/sgmenda/mingw-w64/commit/8c95e8da20b98cdadd17434887ed5ac7

Re: [Mingw-w64-public] [PATCH] headers/mfidl: Import mftransform.idl instead of header.

2020-09-30 Thread Biswapriyo Nath
Would you like to provide the configure command to build ffmpeg as per your need? ffmpeg has thousands of configure options and I am not familiar with all of them. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net

Re: [Mingw-w64-public] dwrite_3.h regression fix

2020-09-30 Thread mingw
(Reposted; my last email was stuck in moderation.) Following up on Biswapriyo's point, at least for our current use case, the following two changes suffice: 1. Updating wine to include the DWRITE_MAKE_FONT_AXIS_TAG macro. See

Re: [Mingw-w64-public] [PATCH] headers/mfidl: Import mftransform.idl instead of header.

2020-09-30 Thread Martin Storsjö
On Wed, 30 Sep 2020, Nikolay Sivov wrote: On 9/30/20 1:09 PM, Martin Storsjö wrote: On Wed, 30 Sep 2020, Biswapriyo Nath wrote: BTW, an unrelated point, but - if working on the mediafoundation headers, ffmpeg is a project happens to use them a bit, so if doing changes, I'd appreciate if

Re: [Mingw-w64-public] [PATCH] headers/mfidl: Import mftransform.idl instead of header.

2020-09-30 Thread Nikolay Sivov
On 9/30/20 1:09 PM, Martin Storsjö wrote: > On Wed, 30 Sep 2020, Biswapriyo Nath wrote: > >> > > BTW, an unrelated point, but - if working on the mediafoundation > headers, ffmpeg is a project happens to use them a bit, so if doing > changes, I'd appreciate if you'd check that ffmpeg still

Re: [Mingw-w64-public] [PATCH] headers/mfidl: Import mftransform.idl instead of header.

2020-09-30 Thread Martin Storsjö
On Wed, 30 Sep 2020, Biswapriyo Nath wrote: BTW, an unrelated point, but - if working on the mediafoundation headers, ffmpeg is a project happens to use them a bit, so if doing changes, I'd appreciate if you'd check that ffmpeg still builds (and ends up with mediafoundation enabled).

Re: [Mingw-w64-public] [PATCH] headers/mfidl: Import mftransform.idl instead of header.

2020-09-30 Thread Biswapriyo Nath
OK, as you wish. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH] headers/mfidl: Import mftransform.idl instead of header.

2020-09-30 Thread Nikolay Sivov
For Media Foundation headers I think we should work towards importing them from Wine, after backporting whatever it's missing comparing to mingw-w64 ones. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net

[Mingw-w64-public] [PATCH] headers/mfidl: Import mftransform.idl instead of header.

2020-09-30 Thread Biswapriyo Nath
From 35f208a47a220a365b23f0a06a051990910e5e83 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 30 Sep 2020 13:18:11 +0530 Subject: [PATCH] headers/mfidl: Import mftransform.idl instead of header. Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/mfidl.h | 4 ++--